Skip to content

Commit

Permalink
Travis: check GCC earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
vhotspur committed Oct 9, 2018
1 parent d62193b commit 99170c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ before_install:
- 'if [ "$TRAVIS_OS_NAME" == "linux" ]; then export PATH="$JAVA_HOME/bin:$PATH"; fi'
- java -version
- javac -version
- gcc --version

script:
- 'if [ "$CHECKSTYLE" = "yes" ]; then ant checkstyle && travis_terminate 0; fi'
Expand All @@ -48,5 +49,4 @@ script:
- ant print-properties
- ant lib
- ant list-events
- gcc --version
- ant test-junit

0 comments on commit 99170c1

Please sign in to comment.