Skip to content

Commit

Permalink
Modified the Travis configuration file to enable automated FOSSA scan…
Browse files Browse the repository at this point in the history
…s. (#32)
  • Loading branch information
Xin Ding authored and neakor committed May 8, 2019
1 parent e7b7513 commit 2a49b8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: objective-c
osx_image: xcode10.1
before_script:
- "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash"
matrix:
include:
- name: "AbstractClassFoundationTests"
script: xcodebuild test -project AbstractClassFoundation.xcodeproj -scheme AbstractClassFoundationTests -destination 'platform=iOS Simulator,OS=11.4,name=iPhone X'
script:
- fossa

0 comments on commit 2a49b8d

Please sign in to comment.