We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e161fbe commit 4926cf6Copy full SHA for 4926cf6
.travis.yml
@@ -7,8 +7,7 @@ xcode_scheme:
7
- Template Framework Project
8
- TestsProject
9
before_install:
10
- sudo pip install PyYAML
11
- sudo pip install cpp-coveralls
+ sudo pip install PyYAML; sudo pip install cpp-coveralls
12
after_success:
13
./scripts/coveralls.rb --extension m --extension mm --exclude-folder include --exclude-folder TestsProject
14
0 commit comments