Explorar o código

Use Ubuntu 14.04 trusty on Travis

INADA Naoki %!s(int64=10) %!d(string=hai) anos
pai
achega
2e0146b80c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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