Skip to content

Commit

Permalink
Switch 1.6 tests passing from optional to mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
jpjones76 committed Aug 14, 2021
1 parent 39f5cca commit ddbb529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ matrix:
allow_failures:
- os: windows
- arch: arm64
- julia: 1.6
after_success:
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
after_failure:
Expand Down
9 changes: 4 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
environment:
matrix:
- julia_version: 1
- julia_version: 1.5
- julia_version: 1.6
platform:
- x64

matrix:
allow_failures:
- julia_version: 1.6

# matrix:
# allow_failures:
# - julia_version: 1.6
#
branches:
only:
- main
Expand Down

0 comments on commit ddbb529

Please sign in to comment.