From 12d0b969f79009c61c1bd2e44a03800439070d45 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 30 Sep 2017 23:45:45 -0700 Subject: Remove redundant tests from Travis --- .travis.yml | 11 ++--------- 1 file 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 -- cgit v1.2.3