소스 검색

run php 7.4 in xenial

Ne-Lexa 6 년 전
부모
커밋
6e33ed08ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -39,7 +39,7 @@ matrix:
 
     - php: 7.4
       os: linux
-      dist: bionic
+      dist: xenial
       env: COVERAGE=true ZIPALIGN_INSTALL=true PHPUNIT_FLAGS="-v -c phpunit.xml --coverage-clover=coverage.clover"
 
 before_install: