Missed install lines for travis

This commit is contained in:
Alex Epstein 2018-04-15 19:35:22 -04:00
parent 301be87d04
commit c68a93778e
1 changed files with 0 additions and 2 deletions

View File

@ -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