Skip to content

Commit 4da51d3

Browse files
author
Ari Chivukula
authored
Update .travis.yml
1 parent 48d554c commit 4da51d3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
language: python
2-
services:
3-
- docker
4-
jobs:
5-
include:
6-
- stage: build
7-
if: type = push
8-
script:
9-
- docker build .
2+
services: docker
3+
if: type = push
4+
script: docker build .

0 commit comments

Comments
 (0)