Skip to content

Commit 2952914

Browse files
committed
test 2
1 parent e0c574a commit 2952914

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

travis.sh

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
#!/bin/bash
2-
3-
# set -o errexit -o nounset
4-
5-
# if [ "$TRAVIS_BRANCH" != "master" ]
6-
# then
7-
# echo "This commit was made against the $TRAVIS_BRANCH and not the master! No deploy!"
8-
# exit 0
9-
# fi
10-
11-
# rev=$(git rev-parse --short HEAD)
12-
13-
# cd stage/_book
14-
15-
# git init
161
git config user.name "Surabhi Sharma"
172
git config user.email "[email protected]"
183

@@ -21,19 +6,6 @@ git remote add upstream "https://github.com/surabhi226005/express-mongoose-es6-r
216
echo "Remote branch added"
227
git fetch
238
echo "Remote fetched"
24-
git branch --track develop origin/develop
25-
echo "will not come here"
269
git branch
2710
git checkout develop
2811
git pull
29-
30-
#git fetch upstream
31-
#git reset upstream/gh-pages
32-
33-
#echo "rustbyexample.com" > CNAME
34-
35-
# touch .
36-
37-
# git add -A .
38-
# git commit -m "rebuild pages at ${rev}"
39-
# git push -q upstream HEAD:gh-pages

0 commit comments

Comments
 (0)