mirror of https://github.com/sveltejs/svelte
12 lines
143 B
12 lines
143 B
6 years ago
|
sudo: false
|
||
|
language: node_js
|
||
|
node_js:
|
||
|
- "stable"
|
||
|
env:
|
||
|
global:
|
||
|
- BUILD_TIMEOUT=10000
|
||
|
install:
|
||
|
- npm install
|
||
|
- npm install cypress
|
||
|
|