Explorar o código

Merge pull request #4368 from stof/patch-1

Update the config of the apt addon to the new syntax
Rob %!s(int64=9) %!d(string=hai) anos
pai
achega
f1aa655e61
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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