Skip to content

Commit

Permalink
Switch to containerd infrastructure to speed builds,
Browse files Browse the repository at this point in the history
also cache composer files
  • Loading branch information
toitzi committed Dec 17, 2018
1 parent 65418a2 commit 8937e71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Project language is PHP
language: php

# Use containerized infrastructure
sudo: false

# Test on Ubuntu Xenial (16.04)
dist: xenial

Expand All @@ -10,6 +13,11 @@ php:
- 7.1
- 7.2

# Cache Composer's cache
cache:
directories:
- $HOME/.composer/cache/files

# Also Test on Trusty (14.04 LTS)
matrix:
include:
Expand Down

0 comments on commit 8937e71

Please sign in to comment.