Browse Source

Update the config of the apt addon to the new syntax

Christophe Coevoet 9 năm trước cách đây
mục cha
commit
cae8ed476c
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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