mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
17 lines
176 B
YAML
17 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
|