Skip to content

Commit

Permalink
Test against 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jul 16, 2015
1 parent bc7407f commit 0e0fef2
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 @@ -7,8 +7,8 @@ python:
- 3.3
- 3.4
before_install:
- curl -L -o /tmp/0.5.0_linux_amd64.zip https://dl.bintray.com/mitchellh/consul/0.5.0_linux_amd64.zip
- unzip /tmp/0.5.0_linux_amd64.zip
- curl -L -o /tmp/0.5.2_linux_amd64.zip https://dl.bintray.com/mitchellh/consul/0.5.2_linux_amd64.zip
- unzip /tmp/0.5.2_linux_amd64.zip
- ./consul agent -config-file consul-test.json > /tmp/consul.log &
- pip install codecov
install:
Expand Down

0 comments on commit 0e0fef2

Please sign in to comment.