Skip to content

Commit 8c509bd

Browse files
committed
Merge branch 'develop' into feature/ss/test-ci
2 parents 0f5c989 + ca04e38 commit 8c509bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

travis.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ git config user.email "[email protected]"
33

44
#git remote add upstream "https://[email protected]/rust-lang/rust-by-example.git"
55
# git remote add upstream "https://github.com/surabhi226005/express-mongoose-es6-rest-api.git"
6-
echo "Remote branch added"
7-
git fetch
8-
echo "Remote fetched"
9-
git branch --track develop origin/develop
10-
git branch
6+
# echo "Remote branch added"
7+
# git fetch
8+
# echo "Remote fetched"
9+
# git branch --track develop origin/develop
10+
# git branch
1111
git checkout develop
1212
git pull

0 commit comments

Comments
 (0)