aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-22 16:02:10 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-22 16:02:10 -0500
commit745d9fa00906102b34f48162cdd05fc656ec12f1 (patch)
treee9797de901a1f9ef2bcfca631aff41a65145885c /.travis.yml
parentefe253c94f165622caf9311284a7c35740742a6b (diff)
downloaderable-godot-745d9fa00906102b34f48162cdd05fc656ec12f1.tar.gz
erable-godot-745d9fa00906102b34f48162cdd05fc656ec12f1.tar.bz2
erable-godot-745d9fa00906102b34f48162cdd05fc656ec12f1.zip
Hopefully fixing this
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2316d05..178d452 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,14 +10,14 @@ compiler:
osx_image: xcode10.2
before_install:
- export STAGE=before_install
- - ./travis.sh
+ - ./scripts/travis.sh
script:
- export STAGE=script
- - ./travis.sh
+ - ./scripts/travis.sh
after_success:
- export STAGE=after_success
- - ./travis.sh
+ - ./scripts/travis.sh
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh success $WEBHOOK_URL