Skip to content

Commit 8684ee4

Browse files
authored
Merge pull request #299 from stof/fix_precise
Fix the configuration of the PHP 5.3 job on precise
2 parents 391cf14 + 12fe380 commit 8684ee4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ cache:
99
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2]
1010

1111
env:
12-
- WEBDRIVER=selenium
12+
global:
13+
- WEBDRIVER=selenium
1314

1415
matrix:
1516
fast_finish: true

0 commit comments

Comments
 (0)