Repository: couchdb-ci Updated Branches: refs/heads/master 4bac58661 -> 8c21ee225
Fix travis build Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/8c21ee22 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/8c21ee22 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/8c21ee22 Branch: refs/heads/master Commit: 8c21ee225ef0265ed4d56650123c183c5431c5d8 Parents: 4bac586 Author: Joan Touzet <[email protected]> Authored: Fri Oct 13 22:50:15 2017 -0700 Committer: Joan Touzet <[email protected]> Committed: Fri Oct 13 22:50:15 2017 -0700 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/8c21ee22/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b83f141..7f80fb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ before_script: - docker --version script: - - find bin/${OS}-base -type d | xargs -I abc abc/create-container.sh - - find bin/${OS}-erlang* -type d | xargs -I abc abc/create-container.sh + - find bin/${OS}-base -type d | xargs -I {} bash {}/create-container.sh + - find bin/${OS}-erlang* -type d | xargs -I {} bash {}/create-container.sh
