phaser/.travis.yml

18 lines
174 B
YAML
Raw Normal View History

2018-03-04 10:31:26 +01:00
# https://travis-ci.org/photonstorm/
git:
depth: 1
language: node_js
2018-04-30 12:47:48 +01:00
2018-03-04 10:31:26 +01:00
node_js:
2018-04-30 12:47:48 +01:00
- '9'
2018-03-04 10:31:26 +01:00
env:
- TERM=dumb
script:
2018-04-30 12:47:48 +01:00
- yarn install
- yarn run lint
- yarn run build