systemjs/.travis.yml
2017-01-23 10:38:15 +02:00

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