Skip to content

Commit

Permalink
updates travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Dec 8, 2017
1 parent a1bcf17 commit 994964c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ services:
- PostgreSQL

env:
- DJANGO=1.8 DB=pg
- DJANGO=1.9 DB=pg
- DJANGO=1.10 DB=pg
- DJANGO=1.11 DB=pg
- DJANGO=2.0 DB=pg

- DJANGO=1.8 DB=mysql
- DJANGO=1.9 DB=mysql
- DJANGO=1.10 DB=mysql
- DJANGO=1.11 DB=mysql
- DJANGO=2.0 DB=mysql


matrix:
Expand Down

0 comments on commit 994964c

Please sign in to comment.