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: before_install:
- npm install -g jspm - npm install -g jspm
- jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN - jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN
before_script:
- npm install -g gulp
before_deploy: before_deploy:
- gulp build - npm run build
deploy: deploy:
skip_cleanup: true skip_cleanup: true
provider: script provider: script

View File

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