aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 97dbfd4e..519047b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: scala
scala:
- - 2.11.11
- - 2.12.3
+ - 2.11.12
+ - 2.12.4
sudo: false
cache:
@@ -30,7 +30,7 @@ jobs:
include:
- stage: test
script:
- - sbt clean assembly publish-local
+ - sbt clean assembly publishLocal
- bash .run_chisel_tests.sh
- stage: test
script: