mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Add travis.yml
This commit is contained in:
parent
95d85576c9
commit
e7118de78d
1 changed files with 16 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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
|
Loading…
Reference in a new issue