phaser/.travis.yml
2019-06-27 13:09:27 +01:00

17 lines
171 B
YAML

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