소스 검색

workaround travis issue

Darien Raymond 9 년 전
부모
커밋
1fb9a911cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -15,8 +15,8 @@ after_success:
   - ./testing/coverage/coverall
 
 before_deploy:
-  - rvm 1.9.3 do gem install mime-types -v 2.6.2
   - "./tools/release/release-ci.sh"
+  - gem install octokit -v 4.3.0 # 4.4.0 needs Ruby 2 which is missing on the build
 
 deploy:
   provider: releases