mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
fix(CI): scirpt for the first stage not defined
This commit is contained in:
+2
-4
@@ -6,14 +6,12 @@ node_js:
|
||||
jobs:
|
||||
include:
|
||||
- stage: test
|
||||
- name: 'Linting'
|
||||
name: 'Linting'
|
||||
script: npm run lint
|
||||
- name: 'Unit Test'
|
||||
script: if (( $TRAVIS_NODE_VERSION >= 6 )); then npm run unit; fi
|
||||
script: if (( $TRAVIS_NODE_VERSION >= 6 )); then npm run unit && npm run coveralls; fi
|
||||
- name: 'E2E Test'
|
||||
script: npm run e2e
|
||||
- name: 'Test Coverage'
|
||||
script: if (( $TRAVIS_NODE_VERSION >= 6 )); then npm run coveralls; fi
|
||||
|
||||
- stage: build
|
||||
script: npm run build
|
||||
|
||||
Reference in New Issue
Block a user