about summary refs log tree commit diff
path: root/.travis.yml
blob: 495c58250d05729ae38f97876c1b7a333cc2201d (plain) (blame)
1
2
3
4
5
6
7
8
language: rust
cache: cargo

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