Skip to content

Commit

Permalink
CI: test on julia 1.2, 1.3, and allow nightly failure (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Jun 15, 2020
1 parent 03e3c68 commit d9ed291
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -6,7 +6,13 @@ julia:
- 0.7
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- nightly
matrix:
allow_failures:
- julia: nightly
notifications:
email: false
# uncomment the following lines to override the default test script
Expand Down
6 changes: 6 additions & 0 deletions appveyor.yml
Expand Up @@ -3,7 +3,13 @@ environment:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.1
- julia_version: 1.2
- julia_version: 1.3
- julia_version: 1.4
- julia_version: nightly
matrix:
allow_failures:
- julia_version: nightly
platform:
- x86 # 32-bit
- x64 # 64-bit
Expand Down

0 comments on commit d9ed291

Please sign in to comment.