mirror of
https://github.com/systemjs/systemjs.git
synced 2026-02-01 15:59:54 +00:00
13 lines
135 B
YAML
13 lines
135 B
YAML
git:
|
|
depth: 1
|
|
language: node_js
|
|
node_js:
|
|
- '4'
|
|
- '6'
|
|
|
|
before_install:
|
|
- npm install
|
|
script:
|
|
- npm run build
|
|
- npm run test
|