babel/.travis.yml
2016-07-12 22:34:43 +02:00

25 lines
372 B
YAML

---
git:
depth: 1
sudo: false
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
before_script: make bootstrap-babel
script:
- npm run test_cov
- make test-babel
after_success:
- ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov
- bash <(curl -s https://codecov.io/bash)
notifications:
slack: babeljs:5Wy4QX13KVkGy9CnU0rmvgeK