Skip to content

Commit 665fb37

Browse files
authored
Merge pull request #5 from symfony-cmf/hhvm-trusty
use trusty for hhvm
2 parents 5132aff + c3dec60 commit 665fb37

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

.travis.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
language: php
22

33
php:
4-
- 5.5
54
- 5.6
65
- 7.0
76
- 7.1
8-
- hhvm
7+
8+
env:
9+
global:
10+
- SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_VERSION=5.7
11+
12+
matrix:
13+
include:
14+
- php: hhvm
15+
dist: trusty
916

1017
sudo: false
1118

12-
before_install: phpenv config-rm xdebug.ini || true
19+
before_install:
20+
- phpenv config-rm xdebug.ini || true
21+
- composer self-update
1322

14-
install: composer dump-autoload
23+
install: composer update --prefer-dist
1524

16-
script: phpunit
25+
script: vendor/bin/simple-phpunit
1726

1827
notifications:
1928
irc: "irc.freenode.org#symfony-cmf"

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"require": {
1414
"php": "^5.6|^7.0"
1515
},
16+
"require-dev": {
17+
"symfony/phpunit-bridge": "^3.2"
18+
},
1619
"autoload": {
1720
"psr-4": { "Symfony\\Cmf\\Api\\Slugifier\\": "src/" }
1821
},

0 commit comments

Comments
 (0)