Skip to content

Commit

Permalink
#167 , fix minior error in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoomakethu committed May 20, 2017
1 parent b0d863b commit a03bce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
language: generic
before_install:
- if [ $TRAVIS_OS_NAME = osx ]; then brew update; fi
- if [ $TRAVIS_OS_NAME = linux ]; then brew install openssl; fi
- if [ $TRAVIS_OS_NAME = osx ]; then brew install openssl; fi

install:
# - scripts/travis.sh pip install pip-accel
Expand Down

0 comments on commit a03bce5

Please sign in to comment.