Skip to content

Commit e9e850b

Browse files
Merge pull request #1089 from travis-ci/no-docker-image-on-cron
no docker image on cron
2 parents 0a3258e + d970cf1 commit e9e850b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
install: echo skip
3333
before_script: echo skip
3434
script: make ship
35-
if: type = cron OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true
35+
if: commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true

0 commit comments

Comments
 (0)