Skip to content

Commit c879828

Browse files
committed
Testing travis before_deploy
1 parent a1c9d3d commit c879828

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# target
2+
target
13
# Logs
24
logs
35
*.log

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ deploy:
88
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
99
on:
1010
branch: master
11+
before_deploy:
12+
- sed -i '/target/d' .gitignore

0 commit comments

Comments
 (0)