Skip to content

Commit aa775b4

Browse files
committed
Set tar option
1 parent 0a7f05b commit aa775b4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
*.out
1313

1414
# VSCode
15-
.vscode
15+
.vscode
16+
17+
# Project
18+
artifacts/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ install: true
33
go:
44
- '1.12'
55
script:
6-
- "./build.sh -n -u -l -w"
6+
- "./build.sh -n -u -l -w -t"
77
notifications:
88
email:
99
recipients:

0 commit comments

Comments
 (0)