Skip to content

Commit

Permalink
Update Travis config to latest. Update Travis config to use latest v4…
Browse files Browse the repository at this point in the history
… and latest v6 .
  • Loading branch information
Pakkun committed Oct 14, 2016
1 parent a7e001d commit 4309428
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "4.4"
- "6.3"
- "4"
- "6"
env:
- CXX=g++-4.8
addons:
Expand All @@ -15,4 +15,5 @@ before_install:
- npm install -g bob coveralls --loglevel error
script:
- DEBUG=canihaz bob build
after_success:
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls

0 comments on commit 4309428

Please sign in to comment.