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