0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/.travis.yml

11 lines
147 B
YAML
Raw Normal View History

2016-11-21 04:55:31 +01:00
language: node_js
node_js:
2017-03-07 18:09:10 +01:00
- "4"
2016-11-21 04:55:31 +01:00
- "6"
- "node"
2016-11-21 04:55:31 +01:00
env:
global:
- BUILD_TIMEOUT=10000
install: npm install
2016-11-27 14:49:25 +01:00
after_success: npm run codecov