Skip to content

Commit

Permalink
Update CI config for julia 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jan 3, 2019
1 parent e2fe2a4 commit 4251891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,6 +5,7 @@ os:
julia:
- 0.7
- 1.0
- 1.1
- nightly
notifications:
email: false
Expand All @@ -17,4 +18,4 @@ matrix:
allow_failures:
- julia: nightly
after_success:
- julia -e 'cd(Pkg.dir("FeatherLib")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'using Pkg; cd(Pkg.dir("FeatherLib")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
3 changes: 2 additions & 1 deletion appveyor.yml
@@ -1,7 +1,8 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1
- julia_version: 1.0
- julia_version: 1.1
- julia_version: nightly

platform:
Expand Down

0 comments on commit 4251891

Please sign in to comment.