From d61f1621dcd5bc6fde6f4ebc9e4c52adc25be7b5 Mon Sep 17 00:00:00 2001 From: Xin Ding Date: Thu, 2 May 2019 15:11:18 -0700 Subject: [PATCH] Modified the Travis configuration file to enable automated FOSSA scans. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 52fe3e8..a05a4ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,9 @@ env: - ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone XS' - ACTION=test PLATFORM=tvOS DESTINATION='platform=tvOS Simulator,name=Apple TV 4K' +before_script: + - "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash" + script: - swift test + - fossa \ No newline at end of file