We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007c0fe commit d634179Copy full SHA for d634179
.travis.yml
@@ -8,6 +8,11 @@ php:
8
- '7.2'
9
- nightly
10
11
+matrix:
12
+ fast_finish: true
13
+ allow_failures:
14
+ - php: nightly
15
+
16
cache:
17
directories:
18
- $HOME/.composer/cache
README.md
@@ -1,6 +1,8 @@
1
BEncode Torrent
2
===============
3
4
+[](https://travis-ci.org/ApolloRIP/bencode-torrent)
5
6
PHP library for encoding and decoding BitTorrent BEncode data, focused around
7
[Gazelle](https://github.com/ApolloRIP/Gazelle).
0 commit comments