Skip to content

Commit 06931c8

Browse files
committed
Merge branch 'dev'
2 parents 4d28e38 + 9a1232d commit 06931c8

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
language: php
2+
3+
compiler:
4+
- gcc
5+
- clang
6+
7+
os:
8+
- linux
9+
# - osx
10+
11+
php:
12+
- 7.0
13+
- 7.1
14+
15+
notifications:
16+
email: hihozhou@gmail.com
17+
18+
#Compile
19+
before_script:
20+
- ./travis/compile.sh
21+
22+
script:
23+
- exit 0

travis/compile.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
phpize && ./configure && make clean && make

0 commit comments

Comments
 (0)