summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsapics <gv.nishino@gmail.com>2019-09-19 03:32:08 +0200
committersapics <gv.nishino@gmail.com>2019-09-19 04:19:11 +0200
commit3291dd45518c38909239aacc71eeed272f89dedd (patch)
treefec6d1b25e58c4fb3b2bf9b937961f28924c950c
parent9e3f9fbb381ca2fcc546db10a0523d34d5d020bb (diff)
Replace master to nightly on Travis
From the reference of the travis, nightly is the recommended one. https://docs.travis-ci.com/user/languages/php/ It also updates built version. `master`: version 8.0.0-dev (built: Feb 11 2019 07:59:12) `nightly`: version 8.0.0-dev (built: Sep 3 2019 09:50:37)
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bf16d38f8..8525d5f6c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ php:
- 7.2
- 7.3
- 7.4snapshot
- - master
+ - nightly
- hhvm-3.30
env:
@@ -35,7 +35,7 @@ script: php -d zend.enable_gc=0 -d date.timezone=UTC -d mbstring.func_overload=7
matrix:
allow_failures:
- php: 7.4snapshot
- - php: master
+ - php: nightly
- php: hhvm-3.30
exclude:
- php: hhvm-3.30
@@ -52,7 +52,7 @@ matrix:
env: DB=mysql
- php: 7.4snapshot
env: DB=mysql
- - php: master
+ - php: nightly
env: DB=mysql
branches: