Skip to content

Commit

Permalink
print versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmq20 committed Aug 14, 2017
1 parent 248bf4f commit 6d2ae27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -25,12 +25,10 @@ addons:
- g++-4.9

install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then rm -rf /usr/local/Cellar/openssl/ && brew install squashfs openssl; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then rm -rf /usr/local/Cellar/openssl/ && brew install squashfs openssl; clang --version; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CXX="g++-4.9" CC="gcc-4.9"; gcc-4.9 --version; g++-4.9 --version; fi

before_script:
- gcc --version
- g++ --version
- rvm install ruby-2.4.0
- rvm use ruby-2.4.0
- python --version
Expand Down

0 comments on commit 6d2ae27

Please sign in to comment.