This commit is contained in:
harttle
2018-08-28 00:05:50 +08:00
parent f8e0587542
commit 0049a56864
+1
View File
@@ -7,6 +7,7 @@ node_js:
before_script: before_script:
- npm install -g mocha - npm install -g mocha
script: script:
- echo $TRAVIS_NODE_VERSION
- if [[ $(echo "$TRAVIS_NODE_VERSION >= 6" | bc -l) ]]; then npm run test; fi - if [[ $(echo "$TRAVIS_NODE_VERSION >= 6" | bc -l) ]]; then npm run test; fi
- npm run e2e - npm run e2e
after_success: after_success: