Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
30min build timer
  • Loading branch information
Balinus authored Oct 8, 2019
1 parent d5e6c81 commit 963c504
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 @@ -29,7 +29,7 @@ notifications:
#
script: # the default script is equivalent to the following
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- travis_wait 20 julia --project --color=yes --check-bounds=yes -e 'using Pkg; Pkg.instantiate(); Pkg.build(); Pkg.test( ; coverage=true)';
- travis_wait 30 julia --project --color=yes --check-bounds=yes -e 'using Pkg; Pkg.instantiate(); Pkg.build(); Pkg.test( ; coverage=true)';

jobs:
include:
Expand Down

0 comments on commit 963c504

Please sign in to comment.