Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move the unit tests first, as suggested by @frangio
  • Loading branch information
Leo Arias committed May 31, 2018
commit 825c5aaba94ad35f13376b22d64df74706b4e1c2
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
- env: SOLIDITY_COVERAGE=true
- env: SOLC_NIGHTLY=true
include:
- stage: static
# solidity and javascript style tests.
# Required to pass before running the rest of the tests
script: npm run lint
- stage: unit
# Run the unit test suite three times in parallel.
# The first one gets results faster and is the only one required to pass.
Expand All @@ -33,6 +29,10 @@ jobs:
env: SOLIDITY_COVERAGE=true
- script: npm run test
env: SOLC_NIGHTLY=true
- stage: static
# solidity and javascript style tests.
# Required to pass before running the rest of the tests
script: npm run lint

notifications:
slack:
Expand Down