Skip to content

Commit ce61a98

Browse files
ci: remove docker install and update twig
1 parent f526a4f commit ce61a98

File tree

4 files changed

+16
-101
lines changed

4 files changed

+16
-101
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11

2-
dist: xenial
2+
dist: focal
33

44
arch:
55
- amd64
66

7+
services:
8+
- docker
9+
710
os: linux
811

912
language: php
1013

1114
php:
12-
- 7.4
15+
- 8.0
1316

1417
env:
1518
- SDK=Android
@@ -31,11 +34,6 @@ notifications:
3134
3235

3336
before_install:
34-
- curl -fsSL https://get.docker.com | sh
35-
- echo '{"experimental":"enabled"}' | sudo tee /etc/docker/daemon.json
36-
- mkdir -p $HOME/.docker
37-
- echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
38-
- sudo service docker start
3937
- >
4038
if [ ! -z "${DOCKERHUB_PULL_USERNAME:-}" ]; then
4139
echo "${DOCKERHUB_PULL_PASSWORD}" | docker login --username "${DOCKERHUB_PULL_USERNAME}" --password-stdin

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"ext-curl": "*",
2424
"ext-mbstring": "*",
2525
"ext-json": "*",
26-
"twig/twig": "^2.14",
26+
"twig/twig": "^3.3.7",
2727
"matthiasmullie/minify": "^1.3"
2828
},
2929
"require-dev": {

composer.lock

Lines changed: 10 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)