diff options
| author | Jack Koenig | 2016-10-19 14:32:53 -0700 |
|---|---|---|
| committer | GitHub | 2016-10-19 14:32:53 -0700 |
| commit | dd5756adbecb942d5c448041e31cbc5931a730f6 (patch) | |
| tree | a09dc4fa897bac1e36bf63c2c3a04e457a81e028 | |
| parent | 37ec1c39b77ca694f8d861e2df1539e3459092a2 (diff) | |
Add publish-local to Travis tests (#340)
Chisel now depends on Firrtl so we need to publish to run Chisel tests
| -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 |
