Skip to content

Commit

Permalink
Fix order of buildout args
Browse files Browse the repository at this point in the history
  • Loading branch information
mattss committed Jun 9, 2014
1 parent d51eef3 commit 0705a28
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 @@ -3,7 +3,7 @@ python: "2.7"
install:
- mkdir -p buildout-cache/downloads
- python bootstrap.py -c travis.cfg -v 1.6.3
- bin/buildout -c travis.cfg install download install buildout:develop=
- bin/buildout -c travis.cfg buildout:develop= install download install
- bin/buildout -N -t 3 -c travis.cfg
script:
- bin/test
Expand Down

0 comments on commit 0705a28

Please sign in to comment.