diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e4565a99..462338ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: # FIRRTL Tests - verilator --version - cd $TRAVIS_BUILD_DIR - - sbt clean test + - sbt clean test publish-local - make clean build-scala regress # Chisel 3 Tests - cd chisel3 |
