Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jan 16, 2015
1 parent d0ed068 commit 1d788f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ script:
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
- curl localhost
- curl localhost | grep "Hello world!" || exit 1
3 changes: 2 additions & 1 deletion tests/vars.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
deploy_dir: "/home/travis/build/deploy"
nginx_delete_default_site: yes
nginx_status: no
nginx_status: ""
wsgi_applications:
- name: test
socket: 127.0.0.1:8080
file: "{{deploy_dir}}/app.py"
app_dir: "{{deploy_dir}}"
python_pip_latest:
Expand Down

0 comments on commit 1d788f5

Please sign in to comment.