Skip to content

Commit 6d2ae27

Browse files
committed
print versions
1 parent 248bf4f commit 6d2ae27

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ addons:
2525
- g++-4.9
2626

2727
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
28+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then rm -rf /usr/local/Cellar/openssl/ && brew install squashfs openssl; clang --version; fi
29+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CXX="g++-4.9" CC="gcc-4.9"; gcc-4.9 --version; g++-4.9 --version; fi
3030

3131
before_script:
32-
- gcc --version
33-
- g++ --version
3432
- rvm install ruby-2.4.0
3533
- rvm use ruby-2.4.0
3634
- python --version

0 commit comments

Comments
 (0)