aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Laeufer2020-07-28 10:14:08 -0700
committerKevin Laeufer2020-07-29 15:26:30 -0700
commitae85c1a7c05406b36fbcb07042dbcf1bd8040f2a (patch)
tree4f7e582d04bf1d7aeaf966d6d3fb10ff8cea5d71
parent093cb4993f37fccb55396abeb1a61a528f0eaa2a (diff)
[2.13] travis: add scala 2.13 to tests
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bb250718..f30a5099 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,6 +61,13 @@ jobs:
script:
- sbt $SBT_ARGS +unidoc
- stage: test
+ name: "Tests: FIRRTL (2.13)"
+ workspaces:
+ use: firrtl_build
+ script:
+ - verilator --version
+ - sbt ++2.13.2 $SBT_ARGS test
+ - stage: test
name: "Tests: FIRRTL (2.12)"
workspaces:
use: firrtl_build