From 8636d6fb68d73c12621b41be4024de414184f34d Mon Sep 17 00:00:00 2001 From: chabad360 Date: Wed, 1 Aug 2018 14:33:41 -0700 Subject: [PATCH] fix travis crash --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4ea2754..50921410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ services: install: - docker-compose build - docker-compose up -d - - ./dbench + - ./dbench init - pip install --upgrade virtualenv - virtualenv -p python3 testenv - source testenv/bin/activate