summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrad Leege <brad@mapbox.com>2016-06-09 15:36:41 -0500
committerGitHub <noreply@github.com>2016-06-09 15:36:41 -0500
commitacfa2ce0fd96d6f095372c53cfcbf694d3fde5d5 (patch)
treee8839927414a7e940a9c4ccddbb52113cb2775ca /.travis.yml
parent7329a40e73cc5816d7a758282dff8a8eb3af748e (diff)
downloadqtlocation-mapboxgl-acfa2ce0fd96d6f095372c53cfcbf694d3fde5d5.tar.gz
[android] #5291 - Fixing merge error for .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ddc0c3ee5e..eb7e2668f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,9 @@ matrix:
- nvm use 4
- make node
- make test-node
+ after_script:
+ - ccache --show-stats
+ - ./platform/node/scripts/after_script.sh ${TRAVIS_JOB_NUMBER} ${TRAVIS_TAG:-}
# GCC 5 - Debug - Coverage
- os: linux