summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorjvoisin2017-09-20 10:51:22 +0200
committerjvoisin2017-09-21 16:09:28 +0200
commit6487590b4fd55dddd59b43f1fcf2ebd8d56f20ac (patch)
tree22ff7c8ee4b34a0978093afcc5b747073c625d06 /.travis.yml
parent09a71ec9b889af34173e354ecba935a9db010a19 (diff)
Add travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..057c080
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,23 @@
1language: php
2
3php:
4 - '7.0'
5 - '7.1'
6
7env:
8 - CC=gcc
9 - CC=clang
10
11addons:
12 apt:
13 packages:
14 - gdb
15 - gcc
16 - lcov
17 - valgrind
18 - libpcre3
19 - libpcre3-dev
20
21script:
22 - php-config --configure-options
23 - make debug