Skip to content

Commit

Permalink
Avoid travis timeouts because of lengthy build process
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Nov 3, 2017
1 parent 4d83b1b commit 94db546
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 @@ -18,7 +18,7 @@ before_script:
- npm install

before_deploy:
- npm run build-travis
- travis_wait npm run build-travis

deploy:
- provider: releases
Expand Down

0 comments on commit 94db546

Please sign in to comment.