aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Koenig2016-10-19 14:32:53 -0700
committerGitHub2016-10-19 14:32:53 -0700
commitdd5756adbecb942d5c448041e31cbc5931a730f6 (patch)
treea09dc4fa897bac1e36bf63c2c3a04e457a81e028
parent37ec1c39b77ca694f8d861e2df1539e3459092a2 (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.yml2
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