trying to get gulp to work properly with the travis deploy

This commit is contained in:
annymsMthd 2015-11-30 16:51:20 -08:00
Родитель 9572c31230
Коммит 42056d05cc
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -3,9 +3,7 @@ node_js:
- v5
- v4
before_script:
- npm install -g gulp
script: gulp
before_deploy: "npm install"
deploy:
provider: npm