babel/.travis.yml
2016-06-30 00:26:36 +02:00

24 lines
265 B
YAML

---
git:
depth: 1
sudo: false
language: node_js
cache:
directories:
- node_modules
node_js:
- "6"
- "5"
- "4"
- "0.12"
before_script: make bootstrap-babel
script:
- npm test
- make test-babel
notifications:
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK