diff --git a/.appveyor.yml b/.appveyor.yml index 0113cda..31da32a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ environment: matrix: - - julia_version: 1.2 + - julia_version: 1.3 # - julia_version: latest platform: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cab2da9..d4c1ca2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: [1.2.0] + julia-version: [1.3.0] julia-arch: [x86] os: [ubuntu-latest] steps: diff --git a/.travis.yml b/.travis.yml index f0a7115..fead83c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ os: - osx julia: - 1.0 - - 1.2 - 1.3 - nightly branches: @@ -13,14 +12,14 @@ branches: - master - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ after_success: - - if [[ $TRAVIS_JULIA_VERSION = 1.2 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then + - if [[ $TRAVIS_JULIA_VERSION = 1.3 ]] && [[ $TRAVIS_OS_NAME = linux ]]; then julia --project=test/coverage -e 'using Pkg; Pkg.instantiate(); using Coverage; Codecov.submit(Codecov.process_folder())'; fi # jobs: # include: # - stage: Documentation -# julia: 1.2 +# julia: 1.3 # os: linux # script: # - julia --project=docs -e 'using Pkg; Pkg.instantiate()'