Skip to content

Commit

Permalink
Fix in Travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Oct 13, 2020
1 parent 7694cf3 commit 8de4ea7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ julia:

jobs:
allow_failures:
- julia: 1.3
- julia: 1.4
- julia: 1.5
- julia: nightly
fast_finish: true

Expand All @@ -26,8 +26,8 @@ coveralls: true

script:
- julia --project --color=yes -e 'using Pkg; Pkg.build(verbose=true)';
- travis_wait 45 julia --project --color=yes -e 'using Pkg; Pkg.precompile()';
- travis_wait 45 julia --project --color=yes -e 'using Pkg; Pkg.test(coverage=true)';
- julia --project --color=yes -e 'using Pkg; Pkg.precompile()';
- travis_wait 50 julia --project --color=yes -e 'using Pkg; Pkg.test(coverage=true)';

after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
Expand Down

0 comments on commit 8de4ea7

Please sign in to comment.