Skip to content

Commit

Permalink
1.0 = fix travis testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisalexander-kensho committed Nov 12, 2018
1 parent 82b5c54 commit bebb119
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 @@ -24,7 +24,7 @@ before_install:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("QuantLib"); Pkg.test("QuantLib"; coverage=true)'
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'import Pkg; Pkg.add(Pkg.PackageSpec(path=pwd())); Pkg.build("QuantLib"); Pkg.test(; coverage=true)'
- julia --check-bounds=yes -e 'import Pkg; Pkg.add(Pkg.PackageSpec(path=pwd())); Pkg.build("QuantLib"); Pkg.test("QuantLib"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down

0 comments on commit bebb119

Please sign in to comment.