Skip to content

Commit

Permalink
Add node 11 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Nov 2, 2018
1 parent 6a4e720 commit 708fd32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -2,9 +2,12 @@ sudo: false
language: node_js
matrix:
include:
- node_js: "11"
- node_js: "10"
- node_js: "8"
script:
- ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage
before_script:
- npm install -g istanbul coveralls
- node_js: "8"
allow_failures:
- node_js: "11"

0 comments on commit 708fd32

Please sign in to comment.