phaser/.travis.yml
2018-03-04 10:31:26 +01:00

16 lines
176 B
YAML

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