Skip to content

Commit

Permalink
fix fragile yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Apr 26, 2018
1 parent 93224bb commit d58eadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
env: REQUIREMENTS="django>=1.9,<1.10"
- python: "3.6"
env: REQUIREMENTS="django>=1.10,<1.11"
- python: "3.6"
- python: "3.6"
env: REQUIREMENTS="django>=1.11,<2.0"
allow_failures:
- env: REQUIREMENTS="https://github.com/django/django/archive/master.tar.gz"
Expand Down

0 comments on commit d58eadf

Please sign in to comment.