From b47ce13eaea5929bd18758eef8828d6c8ce2a02b Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 10 Jul 2016 13:06:00 +0200 Subject: [PATCH] Adds printing of environment info. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 51c97177..a66230fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,6 @@ notifications: script: - "bundle exec danger --verbose" + - xcodebuild -version + - xcodebuild -showsdks - ./scripts/all-tests.sh