We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4427f75 commit b2a0af1Copy full SHA for b2a0af1
.travis.yml
@@ -1,10 +1,6 @@
1
matrix:
2
include:
3
- - dist: xenial
4
- os: linux
5
- - dist: trusty
6
7
- - dist: bionic
+ - dist: focal
8
os: linux
9
- os: osx
10
- os: windows
@@ -94,5 +90,5 @@ deploy:
94
90
file: "$FILE_NAME"
95
91
on:
96
92
tags: true
97
- condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = trusty && $TRAVIS_OS_NAME = linux)
93
+ condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = focal && $TRAVIS_OS_NAME = linux)
98
skip_cleanup: 'true'
0 commit comments