Enable all builds
This commit is contained in:
parent
7ee1d3de3e
commit
f278c967bd
|
@ -3,10 +3,10 @@ go: stable
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - os: windows
|
- os: windows
|
||||||
- os: osx
|
- os: osx
|
||||||
# - os: linux
|
- os: linux
|
||||||
# dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_OS_NAME != osx ]]; then set -e; fi
|
- if [[ $TRAVIS_OS_NAME != osx ]]; then set -e; fi
|
||||||
|
@ -80,7 +80,6 @@ deploy:
|
||||||
file: avif*
|
file: avif*
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
draft: true
|
draft: true
|
||||||
overwrite: true
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue