diff options
| author | Viktor Szépe | 2016-09-29 14:10:15 +0200 |
|---|---|---|
| committer | GitHub | 2016-09-29 14:10:15 +0200 |
| commit | b7fb0e4cc123cf709222ba0ee1bbe5a30ccc5aab (patch) | |
| tree | 9134ebccc57b7abac0636d5de5bfe1e454b245a0 | |
| parent | 41c41d7f53ea7579bc22d0da6b468f22890aadb6 (diff) | |
Switch from ancient Ubuntu to 14.04
| -rw-r--r-- | .travis.yml | 5 |
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 @@ | |||
| 1 | sudo: required | ||
| 2 | dist: trusty | ||
| 3 | |||
| 1 | language: php | 4 | language: php |
| 2 | 5 | ||
| 3 | php: | 6 | php: |
| 4 | - 7.0 | 7 | - 7.0 |
| 5 | 8 | ||
| 6 | env: | 9 | env: |
| 7 | - CC=gcc-4.6 CFLAGS="" | 10 | - CC=gcc-4.8 CFLAGS="" |
| 8 | - CC=clang CFLAGS="" | 11 | - CC=clang CFLAGS="" |
| 9 | 12 | ||
| 10 | before_script: | 13 | before_script: |
