• `stable` is deprecated, see https://github.com/creationix/nvm#usage • Switch from `4.0` to `4` to use the latest v4.x.x LTS branch • Switch from `stable` to `5` to use the latest v5.x.x "stable" branch
30 lines
333 B
YAML
30 lines
333 B
YAML
---
|
|
git:
|
|
depth: 1
|
|
sudo: false
|
|
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
|
|
node_js:
|
|
- "5"
|
|
- "4"
|
|
- iojs
|
|
- "0.10"
|
|
- "0.12"
|
|
|
|
env:
|
|
- CXX=g++-4.8
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
|
|
script: make test-ci
|
|
|
|
notifications:
|
|
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK
|