Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel committed Aug 10, 2016
1 parent d18dd37 commit e16bcc4
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 @@ -14,7 +14,7 @@ install:
script:
- make binary
# $GOPATH/bin is in $PATH
- mkdir $GOPATH/bin
- mkdir -p $GOPATH/bin
- cp kompose $GOPATH/bin/

- make test-unit
Expand Down

0 comments on commit e16bcc4

Please sign in to comment.