Skip to content

Commit 76e4eb6

Browse files
committed
update travis
1 parent 899d5d0 commit 76e4eb6

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
7+
- 7.3
8+
- 7.4
9+
- nightly
610

711
matrix:
8-
fast_finish: true
9-
allow_failures:
10-
- php: 7.1
12+
fast_finish: true
13+
allow_failures:
14+
- php: nightly
1115

1216
notifications:
1317
email: false
@@ -16,11 +20,11 @@ notifications:
1620
env:
1721
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TEST_PHP_ARGS='--show-diff' LDFLAGS="-lgcov" CFLAGS="-Wall -coverage -O0" EXTRA_LDFLAGS="-precious-files-regex .libs/msgpack.gcno"
1822

19-
#Compile
2023
before_script:
21-
- ./travis/compile.sh
24+
- phpize
25+
- ./configure
26+
- make
2227

23-
# Run PHPs run-tests.php
2428
script:
2529
- make test
2630
- gcov --object-directory .libs *.c

0 commit comments

Comments
 (0)