소스 검색

specify ruby version for CI (#430)

CI is currently failing because the default ruby on travis.org is 2.0,
but a dependency xcpretty, requires the latest activesupport, which
requires ruby >=2.2
Michael Kirk 9 년 전
부모
커밋
b4e7932a59
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .ruby-version

+ 1 - 0
.ruby-version

@@ -0,0 +1 @@
+2.3.1