Skip to content

Commit d634179

Browse files
author
itismadness
committed
allow PHP nightly to fail on travis
1 parent 007c0fe commit d634179

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ php:
88
- '7.2'
99
- nightly
1010

11+
matrix:
12+
fast_finish: true
13+
allow_failures:
14+
- php: nightly
15+
1116
cache:
1217
directories:
1318
- $HOME/.composer/cache

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
BEncode Torrent
22
===============
33

4+
[![Build Status](https://travis-ci.org/ApolloRIP/bencode-torrent.svg?branch=master)](https://travis-ci.org/ApolloRIP/bencode-torrent)
5+
46
PHP library for encoding and decoding BitTorrent BEncode data, focused around
57
[Gazelle](https://github.com/ApolloRIP/Gazelle).
68

0 commit comments

Comments
 (0)