Skip to content

Commit f0a8c30

Browse files
committed
Use umask to disable group-write permissions in travis.
1 parent 5c84995 commit f0a8c30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ matrix:
2626
env: MYUSEMC=false
2727

2828
before_install:
29+
- umask 022
2930
- git fetch origin --tags
3031
- if ${MYUSEMC}; then
3132
NOAPT=true; NOMC=false;
@@ -51,7 +52,7 @@ before_install:
5152
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
5253
- $NOMC || popd
5354
- $NOMC || export PATH="${HOME}/mc/bin:${PATH}"
54-
- $NOMC || conda update conda --yes
55+
- $NOMC || conda update --yes conda
5556
- $NOMC || conda install --yes python=${MYPYTHON_VERSION} conda-build
5657
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION}
5758
- $NOMC || conda config --add channels pavoljuhas/channel/dev

0 commit comments

Comments
 (0)