mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-19 06:20:59 +00:00
Use container-based infrastructure on Travis CI
This commit is contained in:
parent
89bc404a8a
commit
ca48ac2480
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
language: python
|
||||
|
||||
# Use container-based infrastructure
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: TOXENV=py27-dj17-postgres
|
||||
|
|
|
|||
Loading…
Reference in a new issue