Skip to content

Commit 10e73f7

Browse files
committed
travis test changes.
1 parent 56b26ed commit 10e73f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: java
22
# The cross product of the jdk and env settings form the matrix of builds Travis will run.
33
jdk:
4-
- oraclejdk8
54
- oraclejdk9
5+
- oraclejdk10
66
- openjdk7
77
- openjdk8
88
notifications:
@@ -14,6 +14,7 @@ notifications:
1414
sudo: false
1515
branches:
1616
only:
17+
- base_tokens_api
1718
- develop
1819
- /^release-.*/
1920
script: mvn clean verify

0 commit comments

Comments
 (0)