Skip to content

Commit

Permalink
Pin forge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Ghiloni committed Jan 23, 2020
1 parent 90808ae commit 09403ea
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 @@ -11,7 +11,7 @@ install:
- chmod +x "$GOPATH/bin/dep"
- dep ensure
- go get github.com/buildpack/forge
- ( cd "$GOPATH/src/github.com/buildpack/forge" && dep ensure )
- ( cd "$GOPATH/src/github.com/buildpack/forge" && git checkout 54ae137 && dep ensure )
- curl -fsSL "https://cli.run.pivotal.io/stable?release=linux64-binary" | tar -C "$GOPATH/bin" -xz cf
script:
- test -z "$(bin/format | tee >(cat >&2))"
Expand Down

0 comments on commit 09403ea

Please sign in to comment.