Skip to content

Commit df648b4

Browse files
authored
Merge pull request #199 from juj/fix-warning
Avoid a Docker warning on an unused build arg
2 parents 889c151 + c900582 commit df648b4

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)