inliner/.travis.yml

22 lines
378 B
YAML
Raw Normal View History

2015-07-28 15:53:08 +03:00
sudo: false
2015-07-28 00:13:21 +03:00
language: node_js
2015-07-28 15:53:08 +03:00
cache:
directories:
- node_modules
notifications:
email: false
2015-07-28 00:13:21 +03:00
node_js:
- 6
2015-11-15 13:00:38 +03:00
- 4
2015-07-28 15:53:08 +03:00
- '0.12'
- '0.10'
2015-07-28 00:13:21 +03:00
before_install:
2015-07-28 15:53:08 +03:00
- npm i -g npm@^2.0.0
2015-07-28 00:13:21 +03:00
before_script:
2015-07-28 15:53:08 +03:00
- npm prune
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
- npm run semantic-release