Merge pull request #2537 from daschw/tests

don't test on julia 1.0
This commit is contained in:
Daniel Schwabeneder 2020-04-05 18:02:32 +02:00 committed by GitHub
commit 10245fe003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ os:
- linux - linux
# - osx # - osx
julia: julia:
- 1.0
- 1 - 1
- nightly - nightly

View File

@ -1,6 +1,5 @@
environment: environment:
matrix: matrix:
- julia_version: 1.0
- julia_version: 1 - julia_version: 1
- julia_version: nightly - julia_version: nightly