Don't need to print out rake's version anymore.

This commit is contained in:
nah
2016-09-04 09:43:25 -05:00
parent 1dcf902ec2
commit 906447f13f

View File

@ -12,7 +12,6 @@ matrix:
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then rvm install 2.1 && rvm use 2.1 && ruby -v; fi
script:
- rake --version
- cd test && rake ci
- make -s
- cd ../extras/fixture/test && rake ci