babel/.travis.yml
Stephen Edgar 606c8d05fd Travis CI: Switch from deprecated stable NodeJS to latest 4.x.x & 5.x.x
• `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
2016-02-10 14:13:21 +11:00

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