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 ace2744 commit 15eb84f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ os:
- linux
- osx
julia:
- release
- nightly
# - release
- 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)'
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
# after_success:
# - julia -e julia -e 'Pkg.add("Documenter")'
# - julia -e 'cd(Pkg.dir("SeisIO")); include(joinpath("docs", "make.jl"))'
# - julia -e 'cd(Pkg.dir("SeisIO")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
# - julia -e 'cd(Pkg.dir("SeisIO")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
environment:
matrix:
- JULIAVERSION: "julialang/bin/winnt/x86/0.4/julia-0.4-latest-win32.exe"
- JULIAVERSION: "julialang/bin/winnt/x64/0.4/julia-0.4-latest-win64.exe"
- JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
- JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"
- JULIAVERSION: "julialang/bin/winnt/x86/0.7/julia-0.7-latest-win32.exe"
- JULIAVERSION: "julialang/bin/winnt/x64/0.7/julia-0.7-latest-win64.exe"
# - JULIAVERSION: "julianightlies/bin/winnt/x86/julia-latest-win32.exe"
# - JULIAVERSION: "julianightlies/bin/winnt/x64/julia-latest-win64.exe"

branches:
only:
Expand Down
Binary file removed src/test.seis
Binary file not shown.

0 comments on commit 15eb84f

Please sign in to comment.