Skip to content

Commit

Permalink
chore: fix travis build (jmp to jdk8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcolmant committed Apr 15, 2017
1 parent 0d2e3c2 commit 7839e8a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
@@ -1,8 +1,14 @@
language: scala

scala:
- 2.12.1
- 2.12.1
jdk:
- oraclejdk8
# workaround for openjdk buffer overflow
addons:
hostname: localhost
script:
- sbt clean compile "project core" coverage test
- sbt clean compile "project core" coverage test
after_success:
- sbt "project core" coverageReport
- sbt "project core" coveralls
- sbt "project core" coverageReport
- sbt "project core" coveralls

0 comments on commit 7839e8a

Please sign in to comment.