mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 03:40:03 +01:00
Compare commits
2 Commits
dependabot
...
codeclimat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ec3345f5b | ||
|
|
180bdb8a42 |
@@ -1,16 +1,21 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '4'
|
- '4'
|
||||||
- '5'
|
|
||||||
- '6'
|
- '6'
|
||||||
- '7' # Node.js 7 is most stable version
|
- '8'
|
||||||
|
- '10'
|
||||||
env:
|
env:
|
||||||
- CXX=g++-4.8
|
- CXX=g++-4.8
|
||||||
before_script:
|
before_script:
|
||||||
- npm install grunt-cli -g # for "grunt build"
|
- npm install grunt-cli -g # for "grunt build"
|
||||||
|
- 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:
|
script:
|
||||||
- npm test
|
- npm test
|
||||||
- grunt build
|
- grunt build
|
||||||
|
after_script:
|
||||||
|
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
Reference in New Issue
Block a user