From 13ac8bfa90c7d7b29562be8e938bb4488f9c9888 Mon Sep 17 00:00:00 2001 From: Palakis Date: Sun, 16 Apr 2017 03:11:53 +0200 Subject: [PATCH] Travis: testing the contents of the folder but outside of the container --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c6faa91..0f7577ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ matrix: - docker exec -it xenial /root/obs-websocket/CI/build-xenial.sh after_success: - docker exec -it xenial /root/obs-websocket/CI/package-xenial.sh + - ls -lh /home/travis/package - os: osx osx_image: xcode8.3