Skip to content

Commit 1195300

Browse files
authored
use precise distribution instead of trusty (#146)
1 parent 1701ef8 commit 1195300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ before_script:
2626
script:
2727
- ./gradlew cleanAllModules
2828
- ./gradlew testAllModulesTravis
29-
- if [[ -n $TRAVIS_TAG ]]; then ./gradlew ship; fi
29+
- if [[ -n $TRAVIS_TAG ]]; then ./gradlew ship; fi
30+
dist: precise

0 commit comments

Comments
 (0)