0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.travis.yml
2017-07-30 03:20:33 -04:00

10 lines
139 B
YAML

language: node_js
node_js:
- "6"
- "node"
env:
global:
- BUILD_TIMEOUT=10000
install: npm install
after_success: npm run codecov