Compare commits

...

3 Commits

Author SHA1 Message Date
Harsh Khandeparkar
ec4d0921a0 semi revert 2019-03-18 20:12:09 +00:00
Harsh Khandeparkar
f9ce07a735 set +e 2019-03-18 19:59:50 +00:00
Harsh Khandeparkar
b4a6abdb7a Update .travis.yml 2019-03-18 19:40:58 +00:00

View File

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