Skip to content

Commit 4bb2e4d

Browse files
authored
Fixed typo (#3783)
1 parent 8c171e9 commit 4bb2e4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ script:
121121
python -m iris.tests.runner --default-tests --system-tests;
122122
fi
123123
124-
- if [[ "${TEST_TARGET}" == 'gallery' ]]; then
124+
- >
125+
if [[ "${TEST_TARGET}" == 'gallery' ]]; then
125126
python -m iris.tests.runner --gallery-tests;
126127
fi
127128

0 commit comments

Comments
 (0)