aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2018-01-18 00:01:35 -0300
committerDiego <diegolparra@gmail.com>2018-01-18 00:01:35 -0300
commitdd112b040dba755edfd81836ca2b37d3f4c4a193 (patch)
tree03b747db7201cdb6068ce5f209e057be08812a17 /.travis.yml
parentb243af1d60463fce8bd1af36dc947d259a4e6999 (diff)
downloadKamon-dd112b040dba755edfd81836ca2b37d3f4c4a193.tar.gz
Kamon-dd112b040dba755edfd81836ca2b37d3f4c4a193.tar.bz2
Kamon-dd112b040dba755edfd81836ca2b37d3f4c4a193.zip
some cleanup before release 1.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ba4e71a6..5f85bcd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
language: scala
script:
- - ./travis-test.sh
+ - sbt +test
scala:
- - 2.11.8
+ - 2.12.4
jdk:
- oraclejdk8
before_script: