diff options
| -rw-r--r-- | .travis.yml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index 703d3f04..91a9c006 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ cache: git: depth: 10 -sbt_args: -Dsbt.log.noformat=true ++$TRAVIS_SCALA_VERSION +sbt_args: -Dsbt.log.noformat=true env: global: @@ -26,14 +26,7 @@ before_script: jobs: include: - - stage: Test - - &test + - stage: test script: - # FIRRTL Tests - - cd $TRAVIS_BUILD_DIR - - sbt clean test - - <<: *test - script: - - cd $TRAVIS_BUILD_DIR - sbt clean assembly publish-local - bash .run_chisel_tests.sh |
