Skip to content

Commit e3d8160

Browse files
committed
Quote line that contains a colon.
1 parent dcb623d commit e3d8160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
- conda info -a && conda list
3838
script:
3939
- mkdir -p $MPLCONFIGDIR
40-
- echo "backend: Agg" > $MPLCONFIGDIR/matplotlibrc
40+
- "echo backend: Agg > $MPLCONFIGDIR/matplotlibrc"
4141
- ./run-all-tests.sh
4242
virtualenv:
4343
system_site_packages: false

0 commit comments

Comments
 (0)