Ver Fonte

Update the config of the apt addon to the new syntax

Christophe Coevoet há 9 anos atrás
pai
commit
cae8ed476c
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -7,8 +7,9 @@ cache:
     - $HOME/.composer/cache
 
 addons:
-  apt_packages:
-    - parallel
+  apt:
+    packages:
+      - parallel
 
 php:
   - 5.3.3