summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0305e2a..5510dfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,13 @@
1sudo: required
2dist: trusty
3
1language: php 4language: php
2 5
3php: 6php:
4 - 7.0 7 - 7.0
5 8
6env: 9env:
7 - CC=gcc-4.6 CFLAGS="" 10 - CC=gcc-4.8 CFLAGS=""
8 - CC=clang CFLAGS="" 11 - CC=clang CFLAGS=""
9 12
10before_script: 13before_script: