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 8
8
- node_modules
9
9
git :
10
10
depth : 3
11
+ install :
12
+ - git clone $GIT_CLONE_REMOTE
13
+ - cd $REPO_NAME
14
+ - git checkout $TRAVIS_BRANCH
15
+ - npm i
11
16
script : npm run travis-script
12
17
after_script :
13
18
- npm report-coverage
14
19
before_script :
15
20
- npm install -g gulp-cli
16
- - git fetch --all --unshallow
17
21
deploy :
18
22
app : $APP_NAME
19
23
provider : $PROVIDER
24
+ on :
25
+ repo : surabhi226005/express-mongoose-es6-rest-api
26
+ branch : master
20
27
api_key :
21
28
secure : $TRAVIS_SECURE_API_KEY
22
29
after_success :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ git config --global user.email $GIT_USER_EMAIL
6
6
gem install $PROVIDER
7
7
8
8
# Add your Heroku git repo:
9
- git remote rm $PROVIDER ;
9
+ git remote rm $PROVIDER ;
10
10
11
11
git remote add $PROVIDER git@$PROVIDER .com:$PROVIDER_APP_NAME .git ;
12
12
You can’t perform that action at this time.
0 commit comments