Skip to content

Commit

Permalink
try specify the arch, weird that no tests were performed on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Oct 21, 2013
1 parent c9ac01a commit 3794cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ before_script:
- git submodule update --recursive --init

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

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

0 comments on commit 3794cd9

Please sign in to comment.