Skip to content

Commit 4926cf6

Browse files
committed
Fixed line error in travis yml.
1 parent e161fbe commit 4926cf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ xcode_scheme:
77
- Template Framework Project
88
- TestsProject
99
before_install:
10-
sudo pip install PyYAML
11-
sudo pip install cpp-coveralls
10+
sudo pip install PyYAML; sudo pip install cpp-coveralls
1211
after_success:
1312
./scripts/coveralls.rb --extension m --extension mm --exclude-folder include --exclude-folder TestsProject
1413

0 commit comments

Comments
 (0)