Skip to content

Commit

Permalink
adding a third stage to the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
semorrison committed Aug 27, 2018
1 parent 58cfe9f commit fb913fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ install:

jobs:
include:
- stage: Pre-build
- stage: Pre-build-1
script:
- travis_long "timeout 2400 leanpkg test" | awk 'BEGIN{e=0;c=-1}c&&--c;/error/{if (!e) {c=30;e=1}};{if (!c) {exit 1}}'

- stage: Pre-build-2
script:
- travis_long "timeout 2400 leanpkg test" | awk 'BEGIN{e=0;c=-1}c&&--c;/error/{if (!e) {c=30;e=1}};{if (!c) {exit 1}}'

Expand Down

0 comments on commit fb913fb

Please sign in to comment.