Skip to content

Commit b67bebb

Browse files
authored
Merge pull request #253 from mxmeinhold/travis-docker
2 parents e3dab17 + 6ae27cb commit b67bebb

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)