Skip to content

Commit 6d933da

Browse files
committed
Disable doc test until Travis provides appledoc
1 parent c4c7785 commit 6d933da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_script:
66

77
script:
88
- xctool -project genstrings2.xcodeproj -scheme "Static Library" test -arch x86_64 ONLY_ACTIVE_ARCH=NO
9-
- appledoc -o /tmp .
9+
# - appledoc -o /tmp .
1010

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

0 commit comments

Comments
 (0)