Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay03 authored Aug 3, 2019
1 parent 1ee3bff commit 3f76055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ addons:

before_install:
echo $TRAVIS_OS_NAME
- if [ "$TRAVIS_OS_NAME" != "mac os x" ]; then
- if [ "$TRAVIS_OS_NAME" != "osx" ]; then
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 762E3157;
fi

install:

- if [ "$TRAVIS_OS_NAME" == "mac os x" ]; then
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew update;
if [ -L /usr/local/include/c++ ]; then rm /usr/local/include/c++; fi;
brew install gcc@5;
Expand Down

0 comments on commit 3f76055

Please sign in to comment.