Skip to content

Commit

Permalink
More experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 29, 2013
1 parent a4376b0 commit d41ad7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
language: objective-c

before_script:
- sudo easy_install cpp-coveralls pyyaml
- sudo easy_install cpp-coveralls

script:
- xctool project DTCoreText.xcodeproj -scheme "Static Library" clean build test -configuration Coverage -sdk iphonesimulator -arch i386 ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES

after_success:
- coveralls
- find ~ -name "*.gcda" -exec gcov-4.2 {} \;
- coveralls -t ej4JgHAYsL05jJxzWGNKIikXXqteOGZC4

0 comments on commit d41ad7a

Please sign in to comment.