Skip to content

Commit

Permalink
devel: travis use lxc instead of full vm
Browse files Browse the repository at this point in the history
  • Loading branch information
interduo committed Dec 17, 2023
1 parent 482bc1d commit 2919275
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
language: php
php: 7.2
dist: xenial
virt: lxd
env:
PHPCS_VER="^3"
PHPCS_STANDARD="phpcs3.xml"
Expand All @@ -19,6 +20,7 @@ matrix:
language: php
php: 7.3
dist: xenial
virt: lxd
env:
PHPCS_VER="^3"
PHPCS_STANDARD="phpcs3.xml"
Expand All @@ -28,6 +30,7 @@ matrix:
language: php
php: 7.4
dist: xenial
virt: lxd
env:
PHPCS_VER="^3"
PHPCS_STANDARD="phpcs3.xml"
Expand All @@ -37,6 +40,7 @@ matrix:
language: php
php: 8.0
dist: xenial
virt: lxd
env:
PHPCS_VER="^3"
PHPCS_STANDARD="phpcs3.xml"
Expand Down

0 comments on commit 2919275

Please sign in to comment.