We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18ec5d6 + 7231176 commit 5b34391Copy full SHA for 5b34391
.travis.yml
@@ -17,7 +17,7 @@ matrix:
17
- php: 7.0
18
env: COVERAGE=1
19
- php: 5.3
20
- env: COMPOSER_MEMORY_LIMIT=2G
+ env: COMPOSER_MEMORY_LIMIT=3G
21
- php: 7.3
22
env: DEPENDENCIES="--ignore-platform-reqs"
23
exclude:
@@ -36,6 +36,7 @@ env:
36
37
before_install:
38
## Packages
39
+ - sudo rm -f /etc/apt/sources.list.d/mongodb.list # Makes apt crash on Precise, and we don't need MongoDB
40
- sudo apt-get update -qq
41
- sudo apt-get install -y graphviz
42
0 commit comments