Skip to content

Commit

Permalink
Moved the build-script into ./.travis/
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Jul 26, 2018
1 parent ba2647f commit e509461
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -8,7 +8,7 @@ matrix:
- go: tip

script:
- ./build-all.sh
- ./.travis/build-all.sh
- ls -l puppet-summary-*
- go get golang.org/x/tools/cmd/cover
- go test -coverprofile fmt
Expand Down
File renamed without changes.

0 comments on commit e509461

Please sign in to comment.