Skip to content

Commit 1a6e539

Browse files
committed
update .travis.yml
1 parent 40c24c8 commit 1a6e539

15 files changed

Lines changed: 6 additions & 13154 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ node_modules
1313
.idea
1414
.project
1515
.happypack
16+
17+
# dist
18+
dist
19+
docs

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ after_script:
2323
- git init
2424
- git config user.name "${u_name}"
2525
- git config user.email "${u_email}"
26-
- git add .
26+
- git add -A .
2727
- git commit -m "Update tools"
2828
- git push --force --quiet "https://${gh_token}@${gh_ref}" master:${p_branch}
2929

3030
branches:
3131
only:
32-
- Source
32+
- master
3333
env:
3434
global:
3535
- gh_ref: github.com/cloud-templates/cloud-utils.git

0 commit comments

Comments
 (0)