Skip to content

Commit

Permalink
Merge pull request #1140 from rpless/rpless/fix-ci-2
Browse files Browse the repository at this point in the history
Use openjdk to build release
  • Loading branch information
rpless authored Aug 19, 2019
2 parents b40a13f + 85e6cec commit d471b44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ target/
.project
.classpath
local.*

.bloop
.metals
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:
- release
sudo: true
jdk:
- oraclejdk8
- openjdk8
before_cache:
- find $HOME/.ivy2 -name "ivydata-*.properties" -delete
- find $HOME/.sbt -name "*.lock" -delete
Expand Down

0 comments on commit d471b44

Please sign in to comment.