summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-05-11 15:12:53 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-05-11 15:12:53 -0400
commit6c6dbef719c5277c20c71766699acc1fbdbde2c3 (patch)
tree4d3f42ba2b9ba5a38d71e893064b2ea024f4b024
parent3b20838762222d4a6461fbf9c721d653bf9f3e67 (diff)
downloadqtlocation-mapboxgl-6c6dbef719c5277c20c71766699acc1fbdbde2c3.tar.gz
[node] nvm use system AFTER installing node_asan
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 47f6858f39..abb1ad624b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,11 +51,11 @@ matrix:
sudo: false
language: node
compiler: ": node4-clang35-release"
- env: BUILDTYPE=Release _CXX=clang++-3.5 _CC=clang-3.5 PATH=mason_packages/linux-x86_64/node_asan/4.4.4/bin:$PATH
+ env: BUILDTYPE=Release _CXX=clang++-3.5 _CC=clang-3.5 PATH=./mason_packages/linux-x86_64/node_asan/4.4.4/bin:$PATH
addons: *clang35
script:
- - nvm use system
- make node
+ - nvm use system
- make test-node
after_script:
- ccache --show-stats