mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
11 lines
151 B
YAML
11 lines
151 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "stable"
|
|
env:
|
|
global:
|
|
- BUILD_TIMEOUT=10000
|
|
install:
|
|
- npm install
|
|
- (cd test/app && npm install)
|