We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899d5d0 commit 76e4eb6Copy full SHA for 76e4eb6
.travis.yml
@@ -3,11 +3,15 @@ language: php
3
php:
4
- 7.0
5
- 7.1
6
+ - 7.2
7
+ - 7.3
8
+ - 7.4
9
+ - nightly
10
11
matrix:
- fast_finish: true
- allow_failures:
- - php: 7.1
12
+ fast_finish: true
13
+ allow_failures:
14
+ - php: nightly
15
16
notifications:
17
email: false
@@ -16,11 +20,11 @@ notifications:
20
env:
21
- 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"
18
22
19
-#Compile
23
before_script:
- - ./travis/compile.sh
24
+ - phpize
25
+ - ./configure
26
+ - make
27
-# Run PHPs run-tests.php
28
script:
29
- make test
30
- gcov --object-directory .libs *.c
0 commit comments