We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91afe5 commit e34a594Copy full SHA for e34a594
.travis.yml
@@ -2,10 +2,6 @@ language: php
2
php:
3
- '7.1'
4
- '7.2'
5
- - 'nightly'
6
install:
7
- composer install
8
-script: bin/phpunit
9
-matrix:
10
- allow_failures
11
- - php: 'nightly'
+script: bin/phpunit
README.md
@@ -1,4 +1,7 @@
1
# symfony-flex-server
+
+[](https://travis-ci.org/moay/symfony-flex-server)
A self hosted server for Symfony Flex allowing private recipes, customized recipes and caching functionality for the official endpoints.

0 commit comments