From 96279d0584c1234e95ddc410bb7e23d3da6bad7d Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Fri, 21 Jun 2019 05:04:15 -0700 Subject: [PATCH] fix build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3608b3e..cd34e7b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: - docker run -d --name unifi-poller golift/unifi-poller | tee docker_id # Once we figure out how to keep it running we can remove the -a in ps args. - docker ps -a | grep -q unifi-poller -- docker logs $(&1 | grep -Eq "Loaded Configuration[:] /etc/unifi-poller/up.conf" +- docker logs $(&1 | grep -Eq "Loading Configuration File[:] /etc/unifi-poller/up.conf" # test and build everything - rvm 2.0.0 do make release after_success: