There was an error while loading. Please reload this page.
1 parent af463fe commit 76489c4Copy full SHA for 76489c4
.travis.yml
@@ -10,6 +10,11 @@ env:
10
- COMPOSER_OPTS=""
11
- COMPOSER_OPTS="--prefer-lowest"
12
13
+matrix:
14
+ allow_failures:
15
+ - php: hhvm
16
+ fast_finish: true
17
+
18
sudo: false
19
20
install: travis_retry composer install --no-interaction --prefer-source
README.md
@@ -32,7 +32,6 @@ class AppKernel extends Kernel
32
new \Aws\Symfony\AwsBundle(),
33
];
34
}
35
-
36
...
37
38
```
tests/fixtures/config.xml
@@ -24,4 +24,4 @@
24
<argument>a-different-fake-secret</argument>
25
</service>
26
</services>
27
-</container>
+</container>
0 commit comments