Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit 9a900d6

Browse files
committed
Initial Travis config file
1 parent 904a59c commit 9a900d6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sudo: required
2+
language: bash
3+
4+
services:
5+
- docker
6+
7+
before_install:
8+
- docker build --tag mq .
9+
- docker images
10+
11+
script:
12+
- cd test
13+
- ./run.sh mq

0 commit comments

Comments
 (0)