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 1efb43a commit e497b3eCopy full SHA for e497b3e
.travis.yml
@@ -3,11 +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
10
- - appledoc -o /tmp .
+### disabled until Travis-CI fixes missing appledoc install on 10.9 machines
+# - appledoc -o /tmp .
11
12
after_success:
13
- ./coveralls.rb --extension m --exclude-folder Demo --exclude-folder Test --exclude-folder Externals
0 commit comments