avoid a travis warning on an unused build arg

This commit is contained in:
Alon Zakai
2018-12-20 11:35:21 -08:00
parent 889c1516fb
commit c9005824cf

View File

@@ -11,7 +11,7 @@ before_install:
script:
- set -o errexit
- echo "running..."
- docker build --build-arg TEST_TARGET="$TEST_TARGET" .
- docker build .
notifications:
email: false