Skip to content

Commit 6a48b44

Browse files
committed
Fixed .travis.yml
1 parent 9f9d9d0 commit 6a48b44

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ php:
66
- 5.6
77
- nightly
88

9+
addons:
10+
apt:
11+
sources:
12+
- ubuntu-toolchain-r-test
13+
packages:
14+
- g++-4.8
15+
916
env:
10-
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1
17+
- REPORT_EXIT_STATUS=1 NO_INTERACTION=1 CC="g++-4.8" CXX="g++-4.8"
1118

1219
before_script:
1320
- phpize && ./configure && make

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Brotli Extension for PHP
22

3+
[![Build Status](https://travis-ci.org/kjdev/php-ext-brotli.png?branch=master)](https://travis-ci.org/kjdev/php-ext-brotli)
4+
35
This extension allows Brotli compression.
46

57
Documentation for Brotli can be found at

0 commit comments

Comments
 (0)