Skip to content

Commit d0a5d93

Browse files
committed
Fix build
1 parent 5a34d19 commit d0a5d93

File tree

3 files changed

+5
-40
lines changed

3 files changed

+5
-40
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7-
- nightly
7+
- 7.4
88
- hhvm
99

1010
matrix:
1111
allow_failures:
12-
- php: hhvm
12+
- php: nightly
1313

1414
before_script:
1515
- composer install
1616
- composer require symfony/dom-crawler:dev-master symfony/css-selector:dev-master
1717

1818
script:
19-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] ; then ./vendor/bin/phpcs --standard=vendor/internations/kodierungsregelwerksammlung/ruleset.xml --exclude=InterNations.Syntax.MethodTypeHints ./src/ ; fi'
20-
- phpunit --exclude-group performance
19+
- ./vendor/bin/phpcs --standard=vendor/internations/kodierungsregelwerksammlung/ruleset.xml --exclude=InterNations.Syntax.MethodTypeHints ./src/
20+
- ./vendor/bin/phpunit --exclude-group performance
2121

2222
cache:
2323
directories:

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Test helpers for Symfony projects
22

3-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/InterNations/TestingComponent?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
[![Build Status](https://travis-ci.org/InterNations/TestingComponent.svg)](https://travis-ci.org/InterNations/TestingComponent) [![Dependency Status](https://www.versioneye.com/user/projects/5347af6afe0d070896000135/badge.png)](https://www.versioneye.com/user/projects/5347af6afe0d070896000135) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/InterNations/TestingComponent.svg)](http://isitmaintained.com/project/InterNations/TestingComponent "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/InterNations/TestingComponent.svg)](http://isitmaintained.com/project/InterNations/TestingComponent "Percentage of issues still open")
3+
[![Build Status](https://travis-ci.org/InterNations/TestingComponent.svg)](https://travis-ci.org/InterNations/TestingComponent)
54

65
A collection of test helpers to ease testing of Symfony3 projects.
76

build.xml

-34
This file was deleted.

0 commit comments

Comments
 (0)