Skip to content

Commit

Permalink
Fix tests on 3.30.x (It fixed itself 💫) (#121)
Browse files Browse the repository at this point in the history
* Start a new branch

* Removing allowed failures

Just rerunning the tests by making a new branch makes them pass
I have no clue why the previous merge failed with a composer install
I need to make at least one change to merge this branch
I decided to remove some dead yml
  • Loading branch information
lexidor authored and fredemmott committed Jan 28, 2020
1 parent ef4a4b1 commit 10ece75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: php
php:
- hhvm-3.30
matrix:
allow_failures:
- php: hhvm

script:
- ./.travis.sh
notifications:

0 comments on commit 10ece75

Please sign in to comment.