Skip to content

Commit

Permalink
replace testing on 0.7 by 1.0 (LTS) & allow failure on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jebej committed Dec 12, 2020
1 parent f1d00a6 commit 1489e22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ os:
- linux
- osx
julia:
- 0.7
- 1.0
- 1
sudo: false
notifications:
email: false
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1
- julia_version: nightly

Expand All @@ -12,7 +12,7 @@ platform:
# # (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia_version: latest
- julia_version: nightly

branches:
only:
Expand Down

0 comments on commit 1489e22

Please sign in to comment.