From 4e55416122c0be04a4a80f55f457e495304a036f Mon Sep 17 00:00:00 2001 From: Christian Schlichtherle Date: Tue, 19 Sep 2017 17:38:51 +0400 Subject: [PATCH] Improves Travis CI configuration. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d252b8bc30..af2dd6e215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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