phaser/.travis.yml
2018-05-01 11:22:57 +01:00

17 lines
174 B
YAML

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