Compare commits

...

2 Commits

Author SHA1 Message Date
Jeffrey Warren
5ec3345f5b Update .travis.yml 2019-01-11 23:23:53 -05:00
Jeffrey Warren
180bdb8a42 Add code climate coverage reporting in Travis 2019-01-08 11:41:39 -05:00

View File

@@ -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: