소스 검색

travis: atempt to fix repo error using trusty beta environment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71066 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 년 전
부모
커밋
28ea2231a7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -6,9 +6,11 @@ language: c
 matrix:
    include:
       - os: linux
+        dist: trusty
         compiler: gcc
         sudo: required
       - os: linux
+        dist: trusty
         compiler: clang
         sudo: required