mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Fix node version
This commit is contained in:
parent
63dbd9fd12
commit
ee4f5a18ae
1 changed files with 5 additions and 3 deletions
|
@ -4,13 +4,15 @@ git:
|
|||
depth: 1
|
||||
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 'node'
|
||||
- '9'
|
||||
|
||||
env:
|
||||
- TERM=dumb
|
||||
|
||||
script:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- npm run build
|
||||
- yarn install
|
||||
- yarn run lint
|
||||
- yarn run build
|
||||
|
|
Loading…
Reference in a new issue