Skip to content

Commit

Permalink
travis: remove unused CGO_CFLAGS env var
Browse files Browse the repository at this point in the history
The CI_BUILD define is no longer needed since commit 9886f71
("pkg/bpf: remove #define depending on CI_BUILD")

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser committed May 28, 2020
1 parent 47f165f commit 27924d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis/build.sh
Expand Up @@ -3,7 +3,6 @@
set -o errexit

export CFLAGS="-Werror"
export CGO_CFLAGS="-DCI_BUILD"

make unit-tests

Expand Down

0 comments on commit 27924d2

Please sign in to comment.