From 691c769178f1ab9258f394d10d49c92818a5c9b5 Mon Sep 17 00:00:00 2001 From: Dave Hodder Date: Wed, 26 Jul 2017 12:12:21 +0100 Subject: adding docker build status, and debug code to test the build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 45ed81e..c5d586e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ before_install: - docker run -d -v $(pwd):/launchpad-pro novation-launchpad-pro-dev "make" script: -- test -f build/launchpad_pro.syx +- pwd; ls; ls build; test -f build/launchpad_pro.syx -- cgit v1.2.1