Update .travis.yml
This commit is contained in:
parent
fe6fb08b62
commit
0000d27d1d
@ -1,7 +1,6 @@
|
|||||||
language: shell
|
language: shell
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
|
||||||
- windows
|
- windows
|
||||||
osx_image: xcode10.1
|
osx_image: xcode10.1
|
||||||
dist: bionic
|
dist: bionic
|
||||||
@ -56,5 +55,5 @@ script: |
|
|||||||
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
bash -e travis/win.sh;
|
bash -e travis/win.sh;
|
||||||
fi
|
fi
|
||||||
bash -e travis/deploy_master.sh
|
bash travis/deploy_master.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user