mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
change install of grunt-cli to install script
This commit is contained in:
parent
be4662815c
commit
ffa3f0deff
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
before_script:
|
||||
- npm install -g grunt-cli
|
||||
install:
|
||||
- npm install -g grunt-cli
|
||||
- npm install
|
||||
|
|
Loading…
Reference in a new issue