.travis.yml in zermelo-1.0.1 vs .travis.yml in zermelo-1.1.0

- old
+ new

@@ -6,18 +6,16 @@ script: "bundle exec rspec" services: - redis-server before_install: - gem --version -- wget http://s3.amazonaws.com/influxdb/influxdb_0.8.8_amd64.deb +- wget https://s3.amazonaws.com/influxdb/influxdb_0.8.8_amd64.deb - sudo dpkg -i influxdb_0.8.8_amd64.deb - sudo /etc/init.d/influxdb start - sleep 8 - 'curl -X POST ''http://localhost:8086/db?u=root&p=root'' -d ''{"name": "zermelo_test"}''' -- 'curl -X POST ''http://localhost:8086/db/zermelo_test/users?u=root&p=root'' -d - ''{"name": "zermelo", "password": "zermelo"}''' -- 'curl -X POST ''http://localhost:8086/db/zermelo_test/users/zermelo?u=root&p=root'' - -d ''{"admin": true}''' +- 'curl -X POST ''http://localhost:8086/db/zermelo_test/users?u=root&p=root'' -d ''{"name": "zermelo", "password": "zermelo"}''' +- 'curl -X POST ''http://localhost:8086/db/zermelo_test/users/zermelo?u=root&p=root'' -d ''{"admin": true}''' notifications: hipchat: template: - '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Change view</a>)'