Skip to content

Commit

Permalink
removed appledoc
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Oct 16, 2020
1 parent 7d89082 commit 5d946a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ osx_image: xcode12

install:
- sudo easy_install cpp-coveralls
- brew install appledoc

script:
- xcodebuild -project DTCoreText.xcodeproj -scheme DemoApp build -sdk iphonesimulator -arch i386 ONLY_ACTIVE_ARCH=NO | xcpretty -s
- xcodebuild -project DTCoreText.xcodeproj -scheme "DTCoreText (iOS)" build test -sdk iphonesimulator | xcpretty -s
- xcodebuild -project DTCoreText.xcodeproj -scheme "DTCoreText (Mac)" build | xcpretty -s
- appledoc -o /tmp .

after_success:
- ./coveralls.rb --extension m --exclude-folder Demo --exclude-folder Test --exclude-folder Externals

0 comments on commit 5d946a1

Please sign in to comment.