Update .travis.yml
This commit is contained in:
parent
437d30add7
commit
931a24c377
@ -35,11 +35,11 @@ deploy:
|
|||||||
|
|
||||||
script: |
|
script: |
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
./travis/linux.sh;
|
bash -e travis/linux.sh;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
||||||
./travis/win.sh;
|
bash -e travis/win.sh;
|
||||||
fi
|
fi
|
||||||
./travis/deploy_master.sh
|
bash -e travis/deploy_master.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user