Skip to content

Commit 0a0358b

Browse files
committed
Add initial travis ci support
1 parent b3d92b6 commit 0a0358b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sudo: required
2+
services:
3+
- docker
4+
5+
before_install:
6+
- curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` > docker-compose
7+
- chmod +x docker-compose
8+
- sudo mv docker-compose /usr/local/bin
9+
10+
script:
11+
- make ci

0 commit comments

Comments
 (0)