phaser/.travis.yml

18 lines
171 B
YAML
Raw Normal View History

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