We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d933da commit 1efb43aCopy full SHA for 1efb43a
.travis.yml
@@ -3,10 +3,11 @@ language: objective-c
3
4
before_script:
5
- sudo easy_install cpp-coveralls
6
+ - brew install appledoc
7
8
script:
9
- xctool -project genstrings2.xcodeproj -scheme "Static Library" test -arch x86_64 ONLY_ACTIVE_ARCH=NO
-# - appledoc -o /tmp .
10
+ - appledoc -o /tmp .
11
12
after_success:
13
- ./coveralls.rb --extension m --exclude-folder Demo --exclude-folder Test --exclude-folder Externals
0 commit comments