Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 149eab4

Browse files
committed
Add Travis
1 parent e9692ab commit 149eab4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
services:
2+
- docker
3+
4+
jobs:
5+
include:
6+
- stage: build docker image
7+
script: bash ./dockerpublish.sh

0 commit comments

Comments
 (0)