diff options
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 462338ff..67cb20e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,9 @@ script: # FIRRTL Tests - verilator --version - cd $TRAVIS_BUILD_DIR - - sbt clean test publish-local - - make clean build-scala regress + - sbt clean test assembly publish-local + - mkdir -p chisel3/lib + - cp utils/bin/firrtl.jar chisel3/lib # Chisel 3 Tests - cd chisel3 - sbt clean test |
