summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-05-12 13:32:27 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-05-12 13:32:27 -0400
commit9567c1699d8035ecfedf7dfc631b817a12ee584f (patch)
tree553ced5b20fbe21e6383fff55893ff98213bd12b
parente8dc7b1b54f865767227c9311eafe3b3aa008d2b (diff)
downloadqtlocation-mapboxgl-9567c1699d8035ecfedf7dfc631b817a12ee584f.tar.gz
[node] call npm test directly
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index de5236d81b..f362a8a72e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,8 @@ matrix:
script:
- make node
- nvm use system
- - ASAN_OPTIONS=detect_leaks=1 make test-node
+ - ASAN_OPTIONS=detect_leaks=1 npm test
+ - ASAN_OPTIONS=detect_leaks=1 npm run test-suite
after_script:
- ccache --show-stats
- ./platform/node/scripts/after_script.sh ${TRAVIS_JOB_NUMBER} ${TRAVIS_TAG:-}