mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-07 17:00:02 +01:00
Compare commits
3 Commits
v3.0.0
...
travis-fai
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec4d0921a0 | ||
|
|
f9ce07a735 | ||
|
|
b4a6abdb7a |
@@ -6,12 +6,14 @@ node_js:
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
before_script:
|
||||
|
||||
- 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
|
||||
- npm test
|
||||
- npm run test-ui
|
||||
- grunt build
|
||||
|
||||
Reference in New Issue
Block a user