diff --git a/.travis.yml b/.travis.yml index 9f1f77d..6e1f803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ install: - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get update; fi - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -qq bats; else brew install bats; fi - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install -qq openssl; else brew install openssl; fi - - if [ $TRAVIS_OS_NAME = linux ]; then cpanm Sparrow --sudo --notest -q; fi - - if [ $TRAVIS_OS_NAME = linux ]; then sparrow index update; fi script: - bats tests