Skip to content

Commit e34a594

Browse files
committed
Improved travis.ci config
1 parent f91afe5 commit e34a594

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ language: php
22
php:
33
- '7.1'
44
- '7.2'
5-
- 'nightly'
65
install:
76
- composer install
8-
script: bin/phpunit
9-
matrix:
10-
allow_failures
11-
- php: 'nightly'
7+
script: bin/phpunit

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# symfony-flex-server
2+
3+
[![Build Status](https://travis-ci.org/moay/symfony-flex-server.svg?branch=master)](https://travis-ci.org/moay/symfony-flex-server)
4+
25
A self hosted server for Symfony Flex allowing private recipes, customized recipes and caching functionality for the official endpoints.
36

47
![ui](https://user-images.githubusercontent.com/3605512/36627099-eb239f48-193d-11e8-919a-d98003696d7b.png)

0 commit comments

Comments
 (0)