Skip to content

Commit

Permalink
updated travis to use 0.7 and 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Sep 13, 2018
1 parent 2f18425 commit d19dcc3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ os:
- linux
# - osx
julia:
- 0.6
- 0.7
- 1.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("ParticleFilters")'
# - julia -e 'include(Pkg.dir("ParticleFilters", "test", "build.jl"))'
- julia -e 'Pkg.test("ParticleFilters"; coverage=true)'
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ParticleFilters")'
# # - julia -e 'include(Pkg.dir("ParticleFilters", "test", "build.jl"))'
# - julia -e 'Pkg.test("ParticleFilters"; coverage=true)'
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("ParticleFilters")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down

0 comments on commit d19dcc3

Please sign in to comment.