Skip to content

Commit

Permalink
Merge pull request #111 from CoinageCrypto/travis-wait
Browse files Browse the repository at this point in the history
Fix tests in CI by allowing them to take longer
  • Loading branch information
MitchPierias authored Oct 10, 2019
2 parents ea24dd7 + b99ab77 commit 9e0e969
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 @@ -2,5 +2,5 @@ language: node_js
node_js:
- '10'
script:
- npm test
- travis_wait npm test
- npm run build

0 comments on commit 9e0e969

Please sign in to comment.