We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248bf4f commit 6d2ae27Copy full SHA for 6d2ae27
.travis.yml
@@ -25,12 +25,10 @@ addons:
25
- g++-4.9
26
27
install:
28
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then rm -rf /usr/local/Cellar/openssl/ && brew install squashfs openssl; fi
29
- - 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
30
31
before_script:
32
- - gcc --version
33
- - g++ --version
34
- rvm install ruby-2.4.0
35
- rvm use ruby-2.4.0
36
- python --version
0 commit comments