mirror of
https://github.com/publiclab/image-sequencer.git
synced 2026-06-16 04:33:26 +02:00
semi revert
This commit is contained in:
committed by
GitHub
parent
f9ce07a735
commit
ec4d0921a0
+2
-2
@@ -6,14 +6,14 @@ node_js:
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
before_script:
|
||||
- set +e
|
||||
|
||||
- npm install grunt-cli -g # for "grunt build"
|
||||
- npm install jasmine -g
|
||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
- chmod +x ./cc-test-reporter
|
||||
- ./cc-test-reporter before-build
|
||||
script:
|
||||
- set +e
|
||||
- set -e
|
||||
- npm test
|
||||
- npm run test-ui
|
||||
- grunt build
|
||||
|
||||
Reference in New Issue
Block a user