Skip to content

Commit 228f4e6

Browse files
committed
now uses latest java version in travis
1 parent 501fec1 commit 228f4e6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
language: java
2+
jdk:
3+
- oraclejdk8
4+
sudo: false
5+
addons:
6+
apt:
7+
packages:
8+
- oracle-java8-installer
29
env:
310
global:
411
- GH_REF: github.com/tensorics/tensorics-core.git
@@ -9,6 +16,4 @@ deploy:
916
skip_cleanup: true
1017
script: /bin/sh ./scripts/deploy-jars.sh
1118
on:
12-
tags: true
13-
jdk:
14-
- oraclejdk8
19+
tags: true

0 commit comments

Comments
 (0)