Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjones76 committed Aug 11, 2018
1 parent 095b1e6 commit 49c4491
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ os:
- osx
julia:
# - release
# - nightly
- 0.7.0
notifications:
email: false
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("SeisIO"); Pkg.test("SeisIO",coverage=true)'
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("SeisIO"); Pkg.test("SeisIO"; coverage=true)'
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# script:
# - julia -e 'Pkg.clone(pwd())'
# - julia -e 'Pkg.test("SeisIO",coverage=true)'
# after_success:
# - julia -e julia -e 'Pkg.add("Documenter")'
# - julia -e 'cd(Pkg.dir("SeisIO")); include(joinpath("docs", "make.jl"))'
Expand Down

0 comments on commit 49c4491

Please sign in to comment.