File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 88 - node_modules
99git :
1010 depth : 3
11+ install :
12+ - git clone $GIT_CLONE_REMOTE
13+ - cd $REPO_NAME
14+ - git checkout $TRAVIS_BRANCH
15+ - npm i
1116script : npm run travis-script
1217after_script :
1318 - npm report-coverage
1419before_script :
1520 - npm install -g gulp-cli
16- - git fetch --all --unshallow
1721deploy :
1822 app : $APP_NAME
1923 provider : $PROVIDER
24+ on :
25+ repo : surabhi226005/express-mongoose-es6-rest-api
26+ branch : master
2027 api_key :
2128 secure : $TRAVIS_SECURE_API_KEY
2229after_success :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ git config --global user.email $GIT_USER_EMAIL
66gem install $PROVIDER
77
88# Add your Heroku git repo:
9- git remote rm $PROVIDER ;
9+ git remote rm $PROVIDER ;
1010
1111git remote add $PROVIDER git@$PROVIDER .com:$PROVIDER_APP_NAME .git ;
1212
You can’t perform that action at this time.
0 commit comments