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

Commit

Permalink
Merge pull request #27 from matrix-org/michaelkaye/travis_via_docker
Browse files Browse the repository at this point in the history
Add configuration for travis tests via docker
  • Loading branch information
michaelkaye authored Jul 4, 2018
2 parents cfd7eb0 + 5365b7c commit 0a3d8e5
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 0a3d8e5

Please sign in to comment.