diff options
| author | Jack | 2017-09-30 23:45:45 -0700 |
|---|---|---|
| committer | Jack Koenig | 2017-10-01 10:57:31 -0700 |
| commit | 12d0b969f79009c61c1bd2e44a03800439070d45 (patch) | |
| tree | 91bbef88a51d22f3766d29e80e1f7dddb4de1118 | |
| parent | 1b8bd0a8d3a0706c3f4d77aef16817163c1e8bfd (diff) | |
Remove redundant tests from Travis
| -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 |
