From e7288e4368d5c45b7a29ab985bfd53bc3c663b97 Mon Sep 17 00:00:00 2001 From: Dave Hodder Date: Wed, 26 Jul 2017 12:17:43 +0100 Subject: don't detach docker for builds (triple duh) so we can test the result --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c5d586e..3f80e7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: C before_install: - docker build -t novation-launchpad-pro-dev . -- docker run -d -v $(pwd):/launchpad-pro novation-launchpad-pro-dev "make" +- docker run -v $(pwd):/launchpad-pro novation-launchpad-pro-dev "make" script: -- pwd; ls; ls build; test -f build/launchpad_pro.syx +- test -f build/launchpad_pro.syx -- cgit v1.2.1