Skip to content

Commit 3a07467

Browse files
authored
Do not use annotation cache (#4)
* Do not use annotation cache That will require doctrine cache. * Added fix for HHVM * Only show build statusn on master
1 parent e1dbf1b commit 3a07467

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
dist: trusty
23

34
cache:
45
directories:

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Symfony Bundle Test
22

33
[![Latest Version](https://img.shields.io/github/release/Nyholm/symfony-bundle-test.svg?style=flat-square)](https://github.com/Nyholm/symfony-bundle-test/releases)
4-
[![Build Status](https://img.shields.io/travis/Nyholm/symfony-bundle-test.svg?style=flat-square)](https://travis-ci.org/Nyholm/symfony-bundle-test)
4+
[![Build Status](https://img.shields.io/travis/Nyholm/symfony-bundle-test/master.svg?style=flat-square)](https://travis-ci.org/Nyholm/symfony-bundle-test)
55
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/Nyholm/symfony-bundle-test.svg?style=flat-square)](https://scrutinizer-ci.com/g/Nyholm/symfony-bundle-test)
66
[![Quality Score](https://img.shields.io/scrutinizer/g/Nyholm/symfony-bundle-test.svg?style=flat-square)](https://scrutinizer-ci.com/g/Nyholm/symfony-bundle-test)
77
[![Total Downloads](https://img.shields.io/packagist/dt/nyholm/symfony-bundle-test.svg?style=flat-square)](https://packagist.org/packages/nyholm/symfony-bundle-test)

src/config/framework.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ framework:
77
csrf_protection: false
88
validation:
99
enabled: false
10+
annotations:
11+
cache: none

0 commit comments

Comments
 (0)