Skip to content

Commit

Permalink
stop testing julia v1.1, start testing v1.2 and v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Sep 17, 2019
1 parent 2f1b42f commit e0c7ed9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -7,7 +7,8 @@ os:
julia:
- 0.7
- 1.0
- 1.1
- 1.2
- 1.3
- nightly

# matrix:
Expand All @@ -16,6 +17,6 @@ julia:

notifications:
email: false

after_success:
- julia -e 'import Pkg; cd(Pkg.dir("VoronoiDelaunay")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(Coveralls.process_folder())';
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder()); Coveralls.submit(Coveralls.process_folder())'

0 comments on commit e0c7ed9

Please sign in to comment.