File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 10
10
depth : 3
11
11
script : npm run travis-script
12
12
after_script :
13
- - npm run report-coverage
13
+ - npm report-coverage
14
14
before_script :
15
15
- npm install -g gulp-cli
16
16
deploy :
@@ -21,13 +21,15 @@ deploy:
21
21
after_success :
22
22
- git config --global user.name "Surabhi Sharma"
23
23
-
git config --global user.email [email protected]
24
- - echo git branch
25
- - if [ "$TRAVIS_BRANCH" == "develop" ] ; then
26
- - git add dist/
27
- - git checkout -b release
28
- - git commit -m "Dist"
29
- - git push heroku release:master
30
- - fi ;
24
+ - if [ "$TRAVIS_BRANCH" == "develop" ] ; then git add dist/ ; git checkout -b release ; git commit -m "Dist" ; git push heroku release:master ; fi
25
+ # - git add dist/
26
+ # - git checkout -b release
27
+ # - git commit -m "Dist"
28
+ # - git push heroku release:master
29
+ # - fi
30
+
31
+
32
+ # - if [ "$TRAVIS_BRANCH" == "master" ] ; then npm run deploy ; else echo "Skipping after_success" ; fi
31
33
# env:
32
34
# global:
33
35
# secure: GaWCIjifcrDR1/bzRo5X5tcZXKfiulC8LcxXmzAD9nL83VNmuXZ5XE9j5Pt5uNtT9J6xDHF9OMnvknJlAKKp6ZmWGU8wQmO4nc/GZFOhZP4jv8v/v0kFFhvDN9YzuBGIl+daafCZ2Ve3wANnxb92qsHC5TsIBRcf/1QGme25tfHqaAGxL165EoecRmbFyFC2biYCj9EyYNxx3gXNB2EPL8M0aLDtXabDHWs3i38G5jZakgYoC0DqGXRubbzl6uJCylawJYoAkk09U8obs6Zv+Z/HkgbR0AjeLVuXd3cwbZkh3uXBw2llFRb/J3T30rfBPgtXDEiI/Qu+uhQSSjf9C4jWu2sVrSizk/6d2wZGlFMIW/549Bi3tSgyhb8PCllTscPGgVaSNAeoBRd3QPj6BVS5u8+DN+hpjGp3sb2IOaWL5NSDd+o8QKQrhSxe5PQDQtmIXZ9vd1Mi9WXCLJiUWSs4R3U4qzEn4b/TiIWKLUqfJg1o++xwZRuUr6GCO3VDcdGcSQOfpr4NCwsZ1QpLY1cbuQGGDzmeviMXy+l0r6wW7knqWmnQBXLcQCqTh0niFok9x4M7Nk3M9Z7vIqa3/bZc7cWUJAk4RFZ3AiO0B1Xw0wpn9cD3tLRasm4SR3HRo5sD4gMvnJY+Fsw3te3jwx7fG/C2hS28jqB9lZJzdl8=
Original file line number Diff line number Diff line change 1
-
You can’t perform that action at this time.
0 commit comments