Skip to content

Commit 4811e8f

Browse files
author
Samuel Vandamme
committed
Fixed missing script
1 parent 1aa9109 commit 4811e8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ env:
55
- GIMME_OS=darwin GIMME_ARCH=amd64
66
- GIMME_OS=windows GIMME_ARCH=amd64
77

8-
script:
8+
install:
99
- export GOPATH=`pwd`
1010
- mkdir -p bin
11+
12+
script:
1113
- go build -o bin/coscale-cli-{$GIMME_OS} coscale

0 commit comments

Comments
 (0)