aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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