Skip to content

Commit

Permalink
add 1.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jamm1985 committed Sep 12, 2018
1 parent 56aeb58 commit cedbd81
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ os:
- osx
julia:
- 0.7
# - nightly
- 1.0
- nightly
notifications:
email: false
git:
Expand All @@ -28,8 +29,8 @@ matrix:
## uncomment the following lines to override the default test script
#script:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("GroundMotion"); Pkg.test("GroundMotion"; coverage=true)'
after_success:
#after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("GroundMotion")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# - julia -e 'cd(Pkg.dir("GroundMotion")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("GroundMotion")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
# - julia -e 'cd(Pkg.dir("GroundMotion")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit cedbd81

Please sign in to comment.