Skip to content

Commit c900582

Browse files
committed
avoid a travis warning on an unused build arg
1 parent 889c151 commit c900582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
script:
1212
- set -o errexit
1313
- echo "running..."
14-
- docker build --build-arg TEST_TARGET="$TEST_TARGET" .
14+
- docker build .
1515

1616
notifications:
1717
email: false

0 commit comments

Comments
 (0)