소스 검색

Use Ubuntu 14.04 trusty on Travis

INADA Naoki 10 년 전
부모
커밋
2e0146b80c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,11 +1,11 @@
 sudo: required
+dist: trusty
 language: python
 python:
   - "2.7"
 
 env:
   matrix:
-
     # Group tests by directory to logically break up travis-CI build. Otherwise
     # we end up starting ~200+ different workers. Seems that ~100 is the limit
     # before their website starts to lag heavily