Update the config of the apt addon to the new syntax
parent
d831c86bcb
commit
cae8ed476c
|
@ -7,8 +7,9 @@ cache:
|
||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt_packages:
|
apt:
|
||||||
- parallel
|
packages:
|
||||||
|
- parallel
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.3.3
|
- 5.3.3
|
||||||
|
|
Loading…
Reference in New Issue