Skip to content

Commit

Permalink
Update Travis config to latest. Update Travis config to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakkun committed Jul 26, 2016
1 parent 27c04d3 commit d47e5c6
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .travis.yml
@@ -1,14 +1,18 @@
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- "4.0"
- "4.1"
- "4.4"
- "6.3"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- npm update -g npm
- npm install -g bob coveralls --loglevel error
script:
- bob build
- DEBUG=canihaz bob build
- cat .bob/coverage/buster-istanbul/lcov.info | coveralls

0 comments on commit d47e5c6

Please sign in to comment.