8000 Fix broken CI. · symfony/symfony@b4691be · GitHub
[go: up one dir, main page]

Skip to content

Commit b4691be

Browse files
committed
Fix broken CI.
1 parent 740b53f commit b4691be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,14 @@ before_install:
157157
fi
158158
if [[ $PHP = nightly ]]; then
159159
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
160-
tfold ext.apcu install_apcu_dev 9c36db45100d4d27ec33072f4be90f1f5a0108b7 $INI
161160
else
162-
tfold ext.apcu tpecl apcu-5.1.19 apcu.so $INI
163161
tfold ext.mongodb tpecl mongodb-1.6.16 mongodb.so $INI
164162
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
165163
tfold ext.amqp tpecl amqp-1.10.2 amqp.so $INI
166164
tfold ext.redis tpecl redis-5.2.2 redis.so $INI "no"
167165
fi
168166
167+
tfold ext.apcu tpecl apcu-5.1.19 apcu.so $INI
169168
tfold ext.igbinary tpecl igbinary-3.1.6 igbinary.so $INI
170169
done
171170
- |

0 commit comments

Comments
 (0)
0