Skip to content

Commit c4c7785

Browse files
committed
Trying to fix appledoc test by moving it to travis file
1 parent 9e1a24e commit c4c7785

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ before_script:
55
- sudo easy_install cpp-coveralls
66

77
script:
8-
- ./build.sh
8+
- xctool -project genstrings2.xcodeproj -scheme "Static Library" test -arch x86_64 ONLY_ACTIVE_ARCH=NO
9+
- appledoc -o /tmp .
910

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

build.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)