forked from laflaneuse/protractor-html-reporter-with-retry
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (26 loc) · 631 Bytes
/
.travis.yml
File metadata and controls
26 lines (26 loc) · 631 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: node_js
node_js:
- "node"
branches:
only:
- master
git:
branch: master
before_script:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- git checkout master
script:
- npm version patch -m "[CHORE] Bump Version %s [skip ci]"
before_deploy:
- git push https://$GITHUB_TOKEN@github.com/stuisme/protractor-pretty-html-reporter master
- git push https://$GITHUB_TOKEN@github.com/stuisme/protractor-pretty-html-reporter --tags
- ls -R
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
tags: false
branches:
- master