Skip to content

Commit f08d874

Browse files
committed
Merge branch 'develop' into feature/ss/test-ci
2 parents 593ca95 + 1893272 commit f08d874

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

.travis.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# language: node_js
2-
# node_js:
3-
# - '7.6'
4-
# services:
5-
# - mongodb
6-
# cache:
7-
# directories:
8-
# - node_modules
9-
# git:
10-
# depth: 3
11-
# script: cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec
12-
# --colors --compilers js:babel-core/register server/tests --recursive
13-
# after_script:
14-
# - yarn report-coverage
15-
# before_script:
16-
# - npm install -g gulp-cli
17-
# deploy:
18-
# app: test-ci
19-
# provider: heroku
20-
# api_key:
21-
# secure: auBdU0dKRsULQaMsTFnt0Gal/YSJSQFgSz1bONqYkm+TFnSlC2W3w1BNUFAqyrUceWT90aieBRau4G9yFNUE6/MGFaxH7a2B1CYraXE2sHXQQ5+vts2mIyeMNnAWiQTiqpMjBvIVKkfLzgOdYgTgNwIZ4b6bSRqd9upCAZAbhoipFNpChSdPtKS6iAr3V7PXlHl1GOyPqURVmhi5r3snHAWk70tp5RZMEX/jSvXnQDFK+YlNyKS4LwpyS1B9UB1C+wLx5MCuijFi6l02ETD21LN3JQG800MKukG3/6Zhec2JbCzlRMMphHJk0fX2bshIpLAEuZzEd0dvOYVTJ5maMuCUijq07PTTIuTOLKCcoZFuKm+sypF9jv4lEVfQUp+dEchrfQyixJNgbuEP6qbbo00i4xzMxPMrj/l0cPI0LSSgupLS4CrrmwiVvqTx30Cr0MXY+sU2uGMNOABHVce6S7QoNv0jst9RlDd2Ab+Q+akD7/ZABGFpOE8AIADP4y9gZcoj92nn8uOpRnISgYGjdBYM9iqksTxiWqwgGWKKWXhr5Gjvc1Ql6y4LBHvtKNDHliMwGs7N9f5PLpWitY50q7NMzwuMH8mO95+WXQ1MFxFORp04p+rscTx7jr8Q+uF/SWZ20BmmmAYIyqMIvREEHKMK/s5xlT7QvrQV/ZENMKU=
1+
language: node_js
2+
node_js:
3+
- '7.6'
4+
services:
5+
- mongodb
6+
cache:
7+
directories:
8+
- node_modules
9+
git:
10+
depth: 3
11+
script: cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec
12+
--colors --compilers js:babel-core/register server/tests --recursive
13+
after_script:
14+
- yarn report-coverage
15+
before_script:
16+
- npm install -g gulp-cli
17+
deploy:
18+
app: test-ci
19+
provider: heroku
20+
api_key:
21+
secure: auBdU0dKRsULQaMsTFnt0Gal/YSJSQFgSz1bONqYkm+TFnSlC2W3w1BNUFAqyrUceWT90aieBRau4G9yFNUE6/MGFaxH7a2B1CYraXE2sHXQQ5+vts2mIyeMNnAWiQTiqpMjBvIVKkfLzgOdYgTgNwIZ4b6bSRqd9upCAZAbhoipFNpChSdPtKS6iAr3V7PXlHl1GOyPqURVmhi5r3snHAWk70tp5RZMEX/jSvXnQDFK+YlNyKS4LwpyS1B9UB1C+wLx5MCuijFi6l02ETD21LN3JQG800MKukG3/6Zhec2JbCzlRMMphHJk0fX2bshIpLAEuZzEd0dvOYVTJ5maMuCUijq07PTTIuTOLKCcoZFuKm+sypF9jv4lEVfQUp+dEchrfQyixJNgbuEP6qbbo00i4xzMxPMrj/l0cPI0LSSgupLS4CrrmwiVvqTx30Cr0MXY+sU2uGMNOABHVce6S7QoNv0jst9RlDd2Ab+Q+akD7/ZABGFpOE8AIADP4y9gZcoj92nn8uOpRnISgYGjdBYM9iqksTxiWqwgGWKKWXhr5Gjvc1Ql6y4LBHvtKNDHliMwGs7N9f5PLpWitY50q7NMzwuMH8mO95+WXQ1MFxFORp04p+rscTx7jr8Q+uF/SWZ20BmmmAYIyqMIvREEHKMK/s5xlT7QvrQV/ZENMKU=
2222
# after_success:
2323
# - bash travis.sh
2424
# env:

travis.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# git config user.name "Surabhi Sharma"
2-
# git config user.email "[email protected]"
1+
git config user.name "Surabhi Sharma"
2+
git config user.email "[email protected]"
33

4-
# #git remote add upstream "https://[email protected]/rust-lang/rust-by-example.git"
5-
# 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
10-
# git checkout develop
11-
# git pull
4+
#git remote add upstream "https://[email protected]/rust-lang/rust-by-example.git"
5+
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
10+
git checkout develop
11+
git pull

0 commit comments

Comments
 (0)