mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-24 06:43:46 +00:00
Merge pull request #1642 from kaedroho/travis-containers
Use container-based infrastructure on Travis CI
This commit is contained in:
commit
2497c538b3
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