From acfa2ce0fd96d6f095372c53cfcbf694d3fde5d5 Mon Sep 17 00:00:00 2001 From: Brad Leege Date: Thu, 9 Jun 2016 15:36:41 -0500 Subject: [android] #5291 - Fixing merge error for .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.1