phaser/.travis.yml

16 lines
173 B
YAML

# https://travis-ci.org/photonstorm/
git:
depth: 1
language: node_js
node_js:
- 'node'
env:
- TERM=dumb
script:
- npm install
- npm run lint
- npm run build