Skip to content

Commit

Permalink
Removes redundancy of verification in travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
o-a-hudson committed Jan 14, 2019
1 parent a911710 commit 4db796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ env:
- TEST_SUITE=test/proxy/*

script:
- "yarn check --integrity && truffle compile && npm run truffle-test $TEST_SUITE"
- "truffle compile && npm run truffle-test $TEST_SUITE"


0 comments on commit 4db796d

Please sign in to comment.