phaser/.travis.yml

17 lines
176 B
YAML
Raw Normal View History

2018-03-04 09:31:26 +00:00
# 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