Skip to content

Commit

Permalink
Change travis to building docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Dec 30, 2015
1 parent 1c8d04c commit 91ea88e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
sudo: required
language: go
services:
- docker

go:
- 1.4
- 1.5
- tip

script: go test -short -v ./...
before_install:
- docker build -t distributive .
- docker run -it distributive

0 comments on commit 91ea88e

Please sign in to comment.