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 bdb27f0 commit d1be318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
18 changes: 1 addition & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,17 @@ os:
julia:
- 0.7
- 1.0
- 1.1
- nightly
notifications:
email: false
git:
depth: 99999999

matrix:
allow_failures:
- julia: nightly

branches:
only:
- master
- /release-.*/
- /v(\d+)\.(\d+)\.(\d+)/

## uncomment and modify the following lines to manually install system packages
#addons:
# apt: # apt-get for linux
# packages:
# - gfortran
#before_script: # homebrew for mac
# - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi

## uncomment the following lines to override the default test script
#script:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ParquetFiles"); Pkg.test("ParquetFiles"; coverage=true)'
after_success:
# push coverage results to Codecov
- julia -e 'using Pkg; cd(Pkg.dir("ParquetFiles")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -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 d1be318

Please sign in to comment.