Skip to content

Commit

Permalink
Temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Jul 5, 2018
1 parent 44ee565 commit 0a0421e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
- JOB=test

script:
- sbt ++$TRAVIS_SCALA_VERSION coverage test tut doc
- sbt coverage "++$TRAVIS_SCALA_VERSION test" "++$TRAVIS_SCALA_VERSION tut" "++$TRAVIS_SCALA_VERSION doc"
- (cd example ; sbt ++$TRAVIS_SCALA_VERSION test)

# check if there are no changes after `tut` runs
Expand All @@ -21,7 +21,7 @@ script:
fi

after_success:
- sbt ++$TRAVIS_SCALA_VERSION coverageReport coverageAggregate coveralls
- sbt ++$TRAVIS_SCALA_VERSION "++$TRAVIS_SCALA_VERSION coverageReport" coverageAggregate coveralls

jobs:
include:
Expand Down

0 comments on commit 0a0421e

Please sign in to comment.