diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-06-01 19:04:31 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-06-01 19:04:31 +0300 |
commit | f7ce5b3a7b16f1152059b9fb519993b0fa680267 (patch) | |
tree | bcf82067933ad89dd552f39c53d74f7c639efad7 /.travis.yml | |
parent | 32856637263a1db3a88d191152f26d8303035a3a (diff) | |
download | qtlocation-mapboxgl-f7ce5b3a7b16f1152059b9fb519993b0fa680267.tar.gz |
[build] Upload node test results
Removed by mistake.
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 eb779e2454..5ae5baac60 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 |