Skip to content

Commit 5351836

Browse files
Merge pull request sebastianbergmann#89 from GrahamCampbell/tweaks
Tweaks
2 parents 9a8445e + d2152f6 commit 5351836

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.travis.yml

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
language: php
22

3-
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
8-
- hhvm
3+
before_script:
4+
- composer self-update
5+
- composer install --no-interaction --prefer-source --dev
96

10-
before_script: composer install
7+
php:
8+
- 5.3.3
9+
- 5.3
10+
- 5.4
11+
- 5.5
12+
- 5.6
13+
- hhvm
1114

1215
script: phpunit --configuration ./build/travis-ci.xml
1316

tests/_files/e.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
$d = 4;
1212
$e = 5;
1313
$f = 6;
14-
$g = 7;
14+
$g = 7;

tests/_files/f.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
$d = 4;
1212
$e = 5;
1313
$f = 6;
14-
$g = 7;
14+
$g = 7;

0 commit comments

Comments
 (0)