Skip to content

Commit

Permalink
travis CI build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mwri committed May 12, 2019
1 parent 0dd6fb5 commit a5fc876
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
language: node_js
node_js:
- "6"
- "8"
dist: trusty
addons:
chrome: stable
sudo: required
before_install:
- export CHROME_BIN=chromium-browser
before_install:
- if [[ `npm -v` = 2* ]]; then npm i -g npm@3; fi
script:
- ./node_modules/.bin/grunt build
- ./node_modules/.bin/grunt travis_ci_build
after_success:
- ./node_modules/.bin/coveralls < coverage/karma/lcov.info

0 comments on commit a5fc876

Please sign in to comment.