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.
2 parents 4d28e38 + 9a1232d commit 06931c8Copy full SHA for 06931c8
.travis.yml
@@ -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
@@ -0,0 +1,2 @@
+#!/bin/sh
+phpize && ./configure && make clean && make
0 commit comments