From 71ea61e0993f2b23cd15f3f90151278ad72458a9 Mon Sep 17 00:00:00 2001 From: dcode Date: Thu, 23 May 2019 03:40:20 +0200 Subject: [PATCH] fix --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1d254dd..99408065 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ jobs: - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./scripts/check-pr.sh; fi - npm run all - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then - cd $TRAVIS_BUILD_DIR/tests/allocators/arena && npm run build && cd .. && npm test rt-full && - cd $TRAVIS_BUILD_DIR/tests/allocators/arena && npm run build && cd .. && npm test rt-stub; + cd $TRAVIS_BUILD_DIR/tests/allocators/rt-full && npm run build && cd .. && npm test rt-full && + cd $TRAVIS_BUILD_DIR/tests/allocators/rt-stub && npm run build && cd .. && npm test rt-stub; fi env: Runs the tests on node.js LTS, also tests allocators - node_js: node @@ -20,7 +20,7 @@ jobs: env: Runs the tests on node.js stable - node_js: node script: - - npm run clean && npm run test:compiler threads + - npm run clean && npm run test:compiler rt/flags threads env: - Runs experimental tests on node.js v8-canary using - ASC_FEATURES="simd,threads"