Skip to content

Commit

Permalink
Merge branch 'release-0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Oct 23, 2013
2 parents d5bdc9b + 39e9acc commit 6cf10ab
Show file tree
Hide file tree
Showing 26 changed files with 3,046 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_script:
- sudo easy_install cpp-coveralls

script:
- xctool -project DTMarkdownParser.xcodeproj -scheme "Mac Framework" test -configuration Coverage -arch x86_64 ONLY_ACTIVE_ARCH=NO
- xctool -project DTMarkdownParser.xcodeproj -scheme "DTMarkdownParser (Mac)" test -configuration Coverage -arch x86_64 ONLY_ACTIVE_ARCH=NO

after_success:
- ./coveralls.rb --extension m --exclude-folder Demo --exclude-folder Test --exclude-folder Externals
9 changes: 9 additions & 0 deletions Core/DTMarkdownParser-Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// Prefix header
//
// The contents of this file are implicitly included at the beginning of every source file.
//

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
Loading

0 comments on commit 6cf10ab

Please sign in to comment.