diff options
author | Brad Leege <brad@mapbox.com> | 2016-06-09 15:36:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-09 15:36:41 -0500 |
commit | acfa2ce0fd96d6f095372c53cfcbf694d3fde5d5 (patch) | |
tree | e8839927414a7e940a9c4ccddbb52113cb2775ca /.travis.yml | |
parent | 7329a40e73cc5816d7a758282dff8a8eb3af748e (diff) | |
download | qtlocation-mapboxgl-acfa2ce0fd96d6f095372c53cfcbf694d3fde5d5.tar.gz |
[android] #5291 - Fixing merge error for .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |