summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbef2016-09-29 14:47:49 +0200
committerGitHub2016-09-29 14:47:49 +0200
commit78a5277c0e919525f7c2082d9f3d738d4275d894 (patch)
tree9134ebccc57b7abac0636d5de5bfe1e454b245a0
parent41c41d7f53ea7579bc22d0da6b468f22890aadb6 (diff)
parentb7fb0e4cc123cf709222ba0ee1bbe5a30ccc5aab (diff)
Merge pull request #14 from szepeviktor/patch-1
Switch from ancient Ubuntu to 14.04
-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: