Skip to content

Commit

Permalink
/usr/bin/grep -> grep
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Jun 3, 2017
1 parent 6e196f3 commit a9d27e0
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 @@ -51,7 +51,7 @@ script:
#
# As in @rodrigocorsi2 comment above (using full path to grep due to
# 'grep -n' alias).
export PKGS=$(go list ./... | grep -v c2go/build | /usr/bin/grep -v /vendor/)
export PKGS=$(go list ./... | grep -v c2go/build | grep -v /vendor/)
# Make comma-separated.
export PKGS_DELIM=$(echo "$PKGS" | paste -sd "," -)
Expand Down

0 comments on commit a9d27e0

Please sign in to comment.