Skip to content

Commit b108e5c

Browse files
committed
fix travis syntax problem
1 parent 5680120 commit b108e5c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.moban.d/travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% extends "travis.yml.jj2" %}
22
{%block test_other_environments%}
3+
env:
34
- DJANGO_VERSION=1.7.8
45
- DJANGO_VERSION=1.8.2
56
- DJANGO_VERSION=1.9

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ sudo: false
22
language: python
33
notifications:
44
email: false
5+
env:
56
- DJANGO_VERSION=1.7.8
67
- DJANGO_VERSION=1.8.2
78
- DJANGO_VERSION=1.9

0 commit comments

Comments
 (0)