Skip to content

Commit d25048d

Browse files
committed
Do not use multi-line commands in .travis.yml
1 parent b07daf2 commit d25048d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ before_deploy:
2424
# they failed to build.
2525
- go get github.com/mitchellh/gox
2626
- mkdir releases
27-
- gox -osarch="!netbsd/arm !openbsd/386 !openbsd/amd64 !netbsd/386 !netbsd/amd64" \
28-
-output="releases/{{.Dir}}_{{.OS}}_{{.Arch}}/{{.Dir}}"
27+
- gox -osarch="!netbsd/arm !openbsd/386 !openbsd/amd64 !netbsd/386 !netbsd/amd64" -output="releases/{{.Dir}}_{{.OS}}_{{.Arch}}/{{.Dir}}"
2928
- find releases -maxdepth 1 -mindepth 1 -type d -exec tar -cvzf {}.tar.gz {} \;
3029

3130
deploy:

0 commit comments

Comments
 (0)