There was an error while loading. Please reload this page.
1 parent 9f9d9d0 commit 6a48b44Copy full SHA for 6a48b44
.travis.yml
@@ -6,8 +6,15 @@ php:
6
- 5.6
7
- nightly
8
9
+addons:
10
+ apt:
11
+ sources:
12
+ - ubuntu-toolchain-r-test
13
+ packages:
14
+ - g++-4.8
15
+
16
env:
- - REPORT_EXIT_STATUS=1 NO_INTERACTION=1
17
+ - REPORT_EXIT_STATUS=1 NO_INTERACTION=1 CC="g++-4.8" CXX="g++-4.8"
18
19
before_script:
20
- phpize && ./configure && make
README.md
@@ -1,5 +1,7 @@
1
# Brotli Extension for PHP
2
3
+[](https://travis-ci.org/kjdev/php-ext-brotli)
4
5
This extension allows Brotli compression.
Documentation for Brotli can be found at
0 commit comments