Skip to content

Commit fa4ed36

Browse files
committed
gxx version check
1 parent ea39c86 commit fa4ed36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ before_install:
66
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
77
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
88
script:
9+
- g++ --version
10+
- gcc --version
911
- qmake -qt=qt5 -v
1012
- qmake -qt=qt5 XInputSimulator/
1113
- make

0 commit comments

Comments
 (0)