8000 Merge branch '2.7' into 2.8 · symfony/symfony@613697c · GitHub
[go: up one dir, main page]

Skip to content

Commit 613697c

Browse files
Merge branch '2.7' into 2.8
* 2.7: [travis] cache in ~/php-ext/
2 parents 5627b48 + 0f1cae8 commit 613697c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cache:
3535
directories:
3636
- .phpunit
3737
- php-$MIN_PHP
38-
- php-ext
38+
- ~/php-ext
3939

4040
services: mongodb
4141

@@ -109,7 +109,7 @@ before_install:
109109
local ext_so=$2
110110
local INI=$3
111111
local ext_dir=$(php -r "echo ini_get('extension_dir');")
112-
local ext_cache=php-ext/$(basename $ext_dir)/$ext_name
112+
local ext_cache=~/php-ext/$(basename $ext_dir)/$ext_name
113113
114114
if [[ -e $ext_cache/$ext_so ]]; then
115115
echo extension = $ext_cache/$ext_so >> $INI

0 commit comments

Comments
 (0)
0