Skip to content

Commit

Permalink
DevKit updates (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jan 6, 2019
1 parent 08783be commit 5097fe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 🐞 Bug Report
about: Something is broken? 🔨
labels: bug, unconfirmed
---

<!--
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/Feature.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 🚀 Feature Request
about: I have a suggestion (and may want to implement it 🙂)!
labels: feature
---

## Feature Request
Expand Down
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- nightly

sudo: false
Expand All @@ -35,16 +36,16 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- TARGET=test
- UPSTREAM_URL=https://github.com/sonata-project/sonata-doctrine-extensions.git
- PHPUNIT_VERSION=5.7
- PHPUNIT_VERSION=5.7.26

matrix:
fast_finish: true
include:
- php: '7.2'
- php: '7.3'
env: TARGET=lint
- php: '5.6'
env: COMPOSER_FLAGS="--prefer-lowest"
- php: '7.2'
- php: '7.3'
env: SYMFONY_DEPRECATIONS_HELPER=0
allow_failures:
- php: nightly
Expand Down

0 comments on commit 5097fe8

Please sign in to comment.