Skip to content

Commit 5ebe8a6

Browse files
committed
MOBILE-3294: Fix travis cron condition
1 parent 3eaddc5 commit 5ebe8a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ jobs:
109109
name: "End to end tests (mod_forum, mod_messages and mod_comments)"
110110
services:
111111
- docker
112-
if: env(TRAVIS_EVENT_TYPE) = cron
112+
if: type = cron
113113
script: scripts/test_e2e.sh "@app&&@mod_forum" "@app&&@mod_messages" "@app&&@mod_comments"
114114
- stage: test
115115
name: "End to end tests (mod_data, mod_survey, mod_course, core_course and mod_courses)"
116116
services:
117117
- docker
118-
if: env(TRAVIS_EVENT_TYPE) = cron
118+
if: type = cron
119119
script: scripts/test_e2e.sh "@app&&@mod_data" "@app&&@mod_survey" "@app&&@mod_course" "@app&&@core_course" "@app&&@mod_courses"
120120
- stage: test
121121
name: "End to end tests (others)"
122122
services:
123123
- docker
124-
if: env(TRAVIS_EVENT_TYPE) = cron
124+
if: type = cron
125125
script: scripts/test_e2e.sh "@app&&~@mod_forum&&~@mod_messages&&~@mod_comments&&~@mod_data&&~@mod_survey&&~@mod_course&&~@core_course&&~@mod_courses"

0 commit comments

Comments
 (0)