aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Koenig2019-09-13 15:38:21 -0700
committermergify[bot]2019-09-13 22:38:21 +0000
commit867e00aef8899a0f7f1b417542a03307676d3fb2 (patch)
tree1db639a8e03b74a65f93f912f9f1df68e1cc97e9
parent6d6c529b4a4b9bff78dcbf78de9c69ad4168b838 (diff)
Update Travis stage names to match new versions (#1180)
* Update Travis stage names to match new versions * Drop minor versions from Travis stage names and delete old comment
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index ba4f631c..b230e2c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,18 +43,17 @@ jobs:
- bash .install_yosys.sh
- yosys -V
- stage: test
- name: "Tests: FIRRTL (2.12.4)"
+ name: "Tests: FIRRTL (2.12)"
script:
- verilator --version
- sbt $SBT_ARGS test
- stage: test
- name: "Tests: FIRRTL (2.11.12)"
+ name: "Tests: FIRRTL (2.11)"
script:
- verilator --version
- sbt ++2.11.12 $SBT_ARGS test
- # For Chisel tests we use the 2.11.12 version
- stage: test
- name: "Tests: chisel3 (2.11.12)"
+ name: "Tests: chisel3 (2.12)"
script:
- verilator --version
- sbt $SBT_ARGS clean assembly publishLocal