Skip to content

Commit

Permalink
Deploy docs using julia 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Nov 30, 2018
1 parent 57c9e64 commit 7afa780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
jobs:
include:
- stage: deploy
julia: 0.7
julia: 1.0
os: linux
script:
- julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("ImageFiltering")'
Expand All @@ -28,4 +28,3 @@ jobs:
after_success:
# push coverage results to Codecov
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 comments on commit 7afa780

Please sign in to comment.