diff options
author | sapics <gv.nishino@gmail.com> | 2019-09-19 03:32:08 +0200 |
---|---|---|
committer | sapics <gv.nishino@gmail.com> | 2019-09-22 19:39:50 +0200 |
commit | 7c08b046a3116565b07f3b2803b2aa798f978823 (patch) | |
tree | c2f98b3db36f0a5d0093ac48c32f2d365666fdc8 /.travis.yml | |
parent | b56fb1e3fda258bcd8c73f7683488ee7a400ecc7 (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)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 74f6209f9..8d4ab82e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ php: - 7.2 - 7.3 - 7.4snapshot - - master + - nightly - hhvm-3.30 env: @@ -36,7 +36,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 @@ -53,7 +53,7 @@ matrix: env: DB=mysql - php: 7.4snapshot env: DB=mysql - - php: master + - php: nightly env: DB=mysql branches: |