Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
make sure nightly tests are built by the CI on each PR, even if not ran
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Feb 9, 2019
1 parent 84148cd commit b3a2942
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ jobs:
- tar xzf $HOME/.local/stack-work.tar.gz # Cached extra-dependencies
- travis_wait 42 stack --no-terminal test cardano-wallet:test:integration --fast

# USUAL TESTS (nightly -- only build)
- stage: tests
env: ACTION=coverage
if: type != cron
script:
- tar xzf $HOME/.local/stack-work.tar.gz # Cached extra-dependencies
- travis_wait 42 stack --no-terminal test cardano-wallet:test:nightly --fast --no-run-tests

# FULL COVERAGE
- stage: tests
if: (type = cron) OR (commit_message =~ /ci@force coveralls/)
Expand Down

0 comments on commit b3a2942

Please sign in to comment.