Skip to content

Commit

Permalink
Fix build script invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
nullstyle committed Aug 17, 2016
1 parent fb032d2 commit a6ceb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
- glide install
- go test -race $(glide novendor)
before_deploy:
- go run internal/scripts/build_release_artifacts
- go run ./internal/scripts/build_release_artifacts/main.go
matrix:
fast_finish: true
allow_failures:
Expand Down

0 comments on commit a6ceb8b

Please sign in to comment.