diff options
| author | Jack Koenig | 2020-09-23 10:13:17 -0700 |
|---|---|---|
| committer | GitHub | 2020-09-23 10:13:17 -0700 |
| commit | 8a993e85e989e2d89b12fe154366597df3f903b9 (patch) | |
| tree | 1905b6e32e7e42f61ac85087e5589471e1727d7a /.travis.yml | |
| parent | ecb96e83324ea17cf38b7b90753d745d3c7f51bd (diff) | |
Improve Travis Chisel tests (#1903)
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ed59627b..0a698ff2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,6 @@ jobs: use: firrtl_build script: - verilator --version - - sbt $SBT_ARGS +publishLocal - bash .run_chisel_tests.sh - stage: test name: "Formal equivalence: RocketCore" |
