mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
fix: ci
This commit is contained in:
@@ -7,6 +7,7 @@ node_js:
|
||||
before_script:
|
||||
- npm install -g mocha
|
||||
script:
|
||||
- echo $TRAVIS_NODE_VERSION
|
||||
- if [[ $(echo "$TRAVIS_NODE_VERSION >= 6" | bc -l) ]]; then npm run test; fi
|
||||
- npm run e2e
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user