浏览代码

Remove installing cpp-coveralls because not support code coverage in Swift

kishikawa katsumi 10 年之前
父节点
当前提交
3db4640f5d
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -2,8 +2,6 @@ language: objective-c
 cache:
   directories:
     - Lib/vendor/bundle
-before_install:
-  - sudo easy_install cpp-coveralls
 install:
   - (cd Lib && bundle install --path=vendor/bundle --binstubs=vendor/bin)
 script: