Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Commit b5fc072

Browse files
committed
Do not run memchecks on nightly builds atm
1 parent ecd794c commit b5fc072

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.travis.yml

+12-10
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,23 @@ dist: trusty
33

44
language: php
55

6-
php:
7-
- 7.2
8-
- nightly
6+
env:
7+
global:
8+
- NO_INTERACTION=1
9+
- TEST_TIMEOUT=120
910

1011
matrix:
1112
allow_failures:
1213
- php: nightly
1314

14-
env:
15-
global:
16-
- NO_INTERACTION=1
17-
- TEST_TIMEOUT=120
18-
matrix:
19-
-
20-
- TEST_PHP_ARGS=-m
15+
include:
16+
- php: 7.2
17+
- php: 7.2
18+
env: TEST_PHP_ARGS=-m
19+
20+
- php: nightly
21+
# - php: nightly
22+
# env: TEST_PHP_ARGS=-m
2123

2224
before_install:
2325
- phpize && ./configure && make

0 commit comments

Comments
 (0)