Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

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 f03bd24 commit 76b350d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
@@ -1,12 +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 76b350d

Please sign in to comment.