Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ws233 committed Aug 12, 2015
1 parent f8cb27f commit 291f572
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 @@ -7,7 +7,7 @@ xcode_scheme:
- Template Framework Project
- TestsProject
before_install:
sudo pip install PyYAML; sudo pip install cpp-coveralls; cd TesseractOCR; make
sudo pip install PyYAML; sudo pip install cpp-coveralls; cd TesseractOCR; make; cd ..
after_success:
./scripts/coveralls.rb --extension m --extension mm --exclude-folder include --exclude-folder TestsProject

0 comments on commit 291f572

Please sign in to comment.