Skip to content

Commit

Permalink
Updated travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Oct 6, 2018
1 parent 74ae408 commit 7a377c2
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@ language: java

jdk:
- oraclejdk8
- openjdk7

env:
- SCALA_VERSION=2.10.7
- SCALA_VERSION=2.11.12
- SCALA_VERSION=2.12.6

matrix:
exclude:
- jdk: openjdk7
env: SCALA_VERSION=2.12.6
- openjdk8

before_script:
- mvn -N io.takari:maven:0.6.1:wrapper -Dmaven=3.5.4
- (echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.2.8/0.2.8) > mill
- chmod +x mill


script:
- ./mvnw source:jar scala:doc-jar install
- ./mill _buildAll
- ./mill _test

notifications:
webhooks:
Expand Down

0 comments on commit 7a377c2

Please sign in to comment.