From dd5756adbecb942d5c448041e31cbc5931a730f6 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Wed, 19 Oct 2016 14:32:53 -0700 Subject: Add publish-local to Travis tests (#340) Chisel now depends on Firrtl so we need to publish to run Chisel tests--- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3