Skip to content

Commit

Permalink
travis 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jun 29, 2019
1 parent 78210d0 commit 63042f4
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 @@ -11,4 +11,4 @@ notifications:
# - julia -e 'Pkg.clone(pwd());'
# - julia -e 'ENV["MADS_TRAVIS"]=""; Pkg.build("GeostatInversion"); Pkg.test("GeostatInversion"; coverage=true)'
after_success:
- julia -e 'import GeostatInversion; joinpath(dirname(pathof(GeostatInversion)); Pkg.add("Coverage"); import Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
- julia -e 'import Pkg; import GeostatInversion; cd(joinpath(dirname(pathof(GeostatInversion)))); Pkg.add("Coverage"); import Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'

0 comments on commit 63042f4

Please sign in to comment.