Skip to content
This repository was archived by the owner on Jul 21, 2020. It is now read-only.

Commit 05baf74

Browse files
authored
Merge pull request #68 from mixer/fix/travis
fix(build): revert to oraclejdk7 and change build dist
2 parents a8da973 + c1e0828 commit 05baf74

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
@@ -1,6 +1,7 @@
11
sudo: false
22
language: java
3-
jdk: openjdk7
3+
dist: precise
4+
jdk: oraclejdk7
45
cache:
56
directories: $HOME/.m2
67
script:

0 commit comments

Comments
 (0)