mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
17 lines
172 B
YAML
17 lines
172 B
YAML
# https://travis-ci.org/photonstorm/
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- '10'
|
|
|
|
env:
|
|
- TERM=dumb
|
|
|
|
script:
|
|
- npm install
|
|
- npm run lint
|
|
- npm run build
|