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