diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 67cb20e4..bafafa9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,6 @@ env: PATH=$PATH:$VERILATOR_ROOT/bin:$TRAVIS_BUILD_DIR/utils/bin install: - # Grab Chisel 3 - - git clone https://github.com/ucb-bar/chisel3.git # Install Verilator (if not found in cache) - bash .install_verilator.sh @@ -30,8 +28,5 @@ script: - verilator --version - cd $TRAVIS_BUILD_DIR - 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 + - bash .run_chisel_tests.sh |
