Skip to content

Commit d533904

Browse files
committed
chore(travis): update travis
1 parent 4375272 commit d533904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: xenial
22
os: linux
33
branches:
44
except:
@@ -21,7 +21,7 @@ jobs:
2121
- ./gradlew checkstyleTest
2222
- travis_retry .utility/travis-run-tests.sh
2323
after_success:
24-
- bash <(curl -s https://codecov.io/bash)
24+
- bash <(curl -s https://codecov.io/bash)+++++++
2525

2626
- stage: Semantic release
2727
jdk: openjdk8
@@ -45,7 +45,7 @@ jobs:
4545
- .utility/push-javadoc-to-gh-pages.sh
4646

4747
- stage: Release to bintray
48-
jdk: openjdk7
48+
jdk: openjdk8
4949
language: java
5050
if: tag IS present
5151
script:

0 commit comments

Comments
 (0)