Skip to content

Commit

Permalink
Improves Travis CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Sep 19, 2017
1 parent 665ca9b commit 4e55416
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ dist: trusty

env:
- SCALA_VERSION_2_10=2.10.0 SCALA_VERSION_2.11=2.11.0 SCALA_VERSION_2.12=2.12.0
#- SCALA_VERSION_2_10=2.10.6 SCALA_VERSION_2.11=2.11.11 SCALA_VERSION_2.12=2.12.3
- SCALA_VERSION_2_10=2.10.6 SCALA_VERSION_2.11=2.11.11 SCALA_VERSION_2.12=2.12.3

git:
depth: 3

jdk:
- openjdk8
#- oraclejdk8
- oraclejdk8

language: scala

script: sbt +test

sudo: false

0 comments on commit 4e55416

Please sign in to comment.