Skip to content

Commit

Permalink
Update Travis config to latest. Upgrade gcc to 4.8, stop force upgrad…
Browse files Browse the repository at this point in the history
…e to latest npm, debug canihaz installation.
  • Loading branch information
Pakkun committed Jan 21, 2016
1 parent bf3e533 commit 6a5a17b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
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 6a5a17b

Please sign in to comment.