Jelajahi Sumber

removed config for php nightly (php 8.0-dev)

Ne-Lexa 6 tahun lalu
induk
melakukan
77f2841724
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. 0 5
      .travis.yml

+ 0 - 5
.travis.yml

@@ -41,11 +41,6 @@ matrix:
       php: 7.4
       env: COVERAGE=true ZIPALIGN_INSTALL=true PHPUNIT_FLAGS="-v -c phpunit.xml --testsuite only_fast_tests --format=php-clover coverage.clover"
 
-    - os: linux
-      php: nightly
-      dist: bionic
-      env: ZIPALIGN_INSTALL=true
-
 before_install:
   - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi