Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
Fix build on travis (#32)
Browse files Browse the repository at this point in the history
* Used openjdk8

* wip

* Updated sbt

* change to 1.3.2 to 1.2.8
  • Loading branch information
tkawachi authored Oct 6, 2019
1 parent 21d1895 commit 4966e7b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
dist: xenial
language: scala
jdk: openjdk8
matrix:
include:
- env: SBT_VERSION="0.13.16"
jdk: openjdk7
- env: SBT_VERSION="1.0.1"
jdk: oraclejdk8
script: sbt "^^ ${SBT_VERSION}" test scripted
- env: SBT_VERSION="0.13.18"
- env: SBT_VERSION="1.2.8"
script:
- sbt "^^ ${SBT_VERSION}" test scripted
cache:
directories:
- "$HOME/.ivy2/cache"
- "$HOME/.sbt/launchers"
sudo: false
addons:
apt:
packages:
- oracle-java8-installer

0 comments on commit 4966e7b

Please sign in to comment.