summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-16 14:05:23 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-16 17:49:22 -0800
commit7a4e7376e1422964cb7a456f772104e28003f4d2 (patch)
treed5f2c11bf309f94a7e595f785f66ed02454e4e79 /.travis.yml
parenta903d2eef022518ad579312555bf82272093e01a (diff)
downloadqtlocation-mapboxgl-7a4e7376e1422964cb7a456f772104e28003f4d2.tar.gz
Move platform scripts into platforms
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index da5bae89b1..95ff5d0897 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -117,20 +117,20 @@ before_install:
- source ./scripts/travis_helper.sh
install:
-- ./scripts/${FLAVOR}/install.sh
+- ./platform/${FLAVOR}/scripts/install.sh
before_script:
- if command -v ccache >/dev/null 2>&1; then ccache --zero-stats ; fi
script:
-- ./scripts/${FLAVOR}/${ACTION:-run}.sh
+- ./platform/${FLAVOR}/scripts/${ACTION:-run}.sh
after_failure:
-- "[ -f ./scripts/${FLAVOR}/after_failure.sh ] && ./scripts/${FLAVOR}/after_failure.sh"
+- "[ -f ./platform/${FLAVOR}/scripts/after_failure.sh ] && ./platform/${FLAVOR}/scripts/after_failure.sh"
after_script:
- if command -v ccache >/dev/null 2>&1; then ccache --show-stats ; fi
-- "[ -f ./scripts/${FLAVOR}/after_script.sh ] && ./scripts/${FLAVOR}/after_script.sh"
+- "[ -f ./platform/${FLAVOR}/scripts/after_script.sh ] && ./platform/${FLAVOR}/scripts/after_script.sh"
notifications:
slack: