tvl-depot/.travis.yml
Vincent Ambo 951bc7ae85 refactor(tests): Use local httpbin instance in tests
Instead of relying on the external httpbin instance which is
occasionally wonky, use Docker to spin up a local instance in Travis
CI when testing.

This fixes #1.
2019-02-27 14:39:16 +01:00

8 lines
152 B
YAML

language: rust
cache: cargo
# Configure local httpbin instance:
services:
- docker
before_install:
- docker run -d -p 4662:80 kennethreitz/httpbin