Update travis not to use global gulp

This commit is contained in:
Roman Gotsiy 2015-10-27 14:08:38 +02:00
parent 01328bce19
commit 98f0cdd1ec
2 changed files with 3 additions and 4 deletions

View File

@ -12,10 +12,8 @@ cache:
before_install:
- npm install -g jspm
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
before_script:
- npm install -g gulp
before_deploy:
- gulp build
- npm run build
deploy:
skip_cleanup: true
provider: script

View File

@ -7,7 +7,8 @@
"scripts": {
"test": "gulp lint",
"postinstall": "jspm install",
"start": "gulp serve"
"start": "gulp serve",
"build": "gulp build"
},
"keywords": [
"Swagger",