heroku-debug
Version:
debugging plugin for the CLI
25 lines (19 loc) • 312 B
YAML
language: node_js
env:
- CXX=g++-4.8
node_js:
- "0.8"
- "0.10"
- "0.12"
- "4"
- "6"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
sudo: false
before_install:
- $CXX --version
- if [ "$TRAVIS_NODE_VERSION" = "0.8" ]; then npm install -g npm@2.7.3; fi;