Skip to content

Commit

Permalink
Attempt to address Travis timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jose committed Feb 15, 2019
1 parent 7b53dc2 commit f9d2f07
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -62,10 +62,11 @@ jobs:
- script: carton exec ./test_verify_bugs.sh -p Closure -b101..111 - script: carton exec ./test_verify_bugs.sh -p Closure -b101..111
- script: carton exec ./test_verify_bugs.sh -p Closure -b112..122 - script: carton exec ./test_verify_bugs.sh -p Closure -b112..122
- script: carton exec ./test_verify_bugs.sh -p Closure -b123..133 - script: carton exec ./test_verify_bugs.sh -p Closure -b123..133
- script: carton exec ./test_verify_bugs.sh -p Closure -b134..144 - script: carton exec ./test_verify_bugs.sh -p Closure -b134..142
- script: carton exec ./test_verify_bugs.sh -p Closure -b145..155 - script: carton exec ./test_verify_bugs.sh -p Closure -b143..151
- script: carton exec ./test_verify_bugs.sh -p Closure -b156..166 - script: carton exec ./test_verify_bugs.sh -p Closure -b152..160
- script: carton exec ./test_verify_bugs.sh -p Closure -b167..176 - script: carton exec ./test_verify_bugs.sh -p Closure -b161..169
- script: carton exec ./test_verify_bugs.sh -p Closure -b170..176
## Lang ## Lang
- script: carton exec ./test_verify_bugs.sh -p Lang -b1..32 - script: carton exec ./test_verify_bugs.sh -p Lang -b1..32
- script: carton exec ./test_verify_bugs.sh -p Lang -b33..65 - script: carton exec ./test_verify_bugs.sh -p Lang -b33..65
Expand Down

0 comments on commit f9d2f07

Please sign in to comment.