Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

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 307ff3e commit 8d41604
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 8d41604

Please sign in to comment.