Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Add configuration for travis tests via docker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Jul 4, 2018
1 parent c46fac0 commit 5365b7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sudo: required

services:
- docker

before_install:
- make build

script:
- make test

0 comments on commit 5365b7c

Please sign in to comment.