Update .travis.yml

This commit is contained in:
Navan Chauhan 2018-07-26 19:21:19 +05:30 committed by GitHub
parent 16dd8c4219
commit b3710bdf86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ matrix:
before_install:
- sudo ./install.sh all
- echo "export TASTE_API_KEY='290044-Taste-QIQUQKOZ'" >> ~/.bashrc
- echo "export TASTE_API_KEY='290044-Taste-QIQUQKOZ'" >> ~/.bash_profile
- export TASTE_API_KEY='290044-Taste-QIQUQKOZ'
install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo add-apt-repository ppa:duggan/bats --yes; fi