phaser/.travis.yml

18 lines
189 B
YAML
Raw Normal View History

2020-09-18 15:16:52 +00:00
# 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