Skip to content

Commit

Permalink
travis: No longer need go-bindata
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <thomas@cilium.io>
  • Loading branch information
tgraf authored and aanm committed Mar 21, 2017
1 parent b18d32e commit c317271
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ sudo tar -C /usr/local -xJf $CLANG_FILE
sudo ln -s /usr/local/$CLANG_DIR /usr/local/clang
rm $CLANG_FILE

go get -u github.com/jteeuwen/go-bindata/...

NEWPATH="/usr/local/clang/bin"
export PATH="$NEWPATH:$PATH"

0 comments on commit c317271

Please sign in to comment.