Skip to content

Commit 4144fdc

Browse files
author
Tim Jones
committed
Add a simple TravisCI pipeline
1 parent 73fde4e commit 4144fdc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sudo: required
2+
services:
3+
- docker
4+
install: []
5+
script:
6+
- docker build .

0 commit comments

Comments
 (0)