File tree Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Expand file tree Collapse file tree 2 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 1- # git config user.name "Surabhi Sharma"
2- # git config user.email "surabhisharma.226005@gmail.com"
1+ git config user.name " Surabhi Sharma"
2+ git config user.email " surabhisharma.226005@gmail.com"
33
4- # # git remote add upstream "https://$GH_TOKEN@github.com/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://$GH_TOKEN@github.com/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
You can’t perform that action at this time.
0 commit comments