Skip to content

Commit

Permalink
Update test order -> Execute checkstyle first (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr authored and LinusDietz committed Mar 5, 2018
1 parent 6a2e03f commit aeea686
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 @@ -17,11 +17,11 @@ env:
global:
- GRADLE_OPTS=-Dorg.gradle.daemon=false
matrix:
- TEST_SUITE=checkstyle
- TEST_SUITE=check OPTIONS=modernizer
- TEST_SUITE=fetcherTest
- TEST_SUITE=databaseTest
- TEST_SUITE=guiTest
- TEST_SUITE=checkstyle
- TEST_SUITE=codecov
- DEPENDENCY_UPDATES=check

Expand Down

0 comments on commit aeea686

Please sign in to comment.