Skip to content

Commit 76489c4

Browse files
committed
Allow HHVM failures
1 parent af463fe commit 76489c4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ env:
1010
- COMPOSER_OPTS=""
1111
- COMPOSER_OPTS="--prefer-lowest"
1212

13+
matrix:
14+
allow_failures:
15+
- php: hhvm
16+
fast_finish: true
17+
1318
sudo: false
1419

1520
install: travis_retry composer install --no-interaction --prefer-source

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class AppKernel extends Kernel
3232
new \Aws\Symfony\AwsBundle(),
3333
];
3434
}
35-
3635
...
3736
}
3837
```

tests/fixtures/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
<argument>a-different-fake-secret</argument>
2525
</service>
2626
</services>
27-
</container>
27+
</container>

0 commit comments

Comments
 (0)