Skip to content

Commit 6ae27cb

Browse files
committed
Add docker to travis
1 parent 86e66ac commit 6ae27cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
python:
33
- "3.6"
4+
services:
5+
- "docker"
46

57
install:
68
- "pip install -r requirements.txt"
@@ -11,3 +13,4 @@ install:
1113
- "npm install"
1214
script:
1315
- "gulp production"
16+
- "docker build -t conditional ."

0 commit comments

Comments
 (0)