Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khosravipasha authored Dec 5, 2020
1 parent 5d424da commit a231609
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
include:
- stage: "Unit Tests"
script:
- julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.build();'
- julia --project=test/ -e 'using Pkg; Pkg.instantiate(); Pkg.build();'
- julia --project --check-bounds=yes --depwarn=yes -e 'import Pkg; Pkg.test(; coverage=true)'
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder());'
Expand Down

0 comments on commit a231609

Please sign in to comment.