Skip to content

Commit 70909d3

Browse files
authored
Fix syntax
1 parent 844bbfc commit 70909d3

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
@@ -67,7 +67,7 @@ install:
6767
- if [[ $TRAVIS_OS_NAME == osx || $TRAVIS_OS_NAME == windows ]]; then
6868
git clone git://github.com/astropy/ci-helpers.git;
6969
source ci-helpers/travis/setup_conda.sh;
70-
conda update python
70+
conda update python;
7171
fi
7272

7373
script:

0 commit comments

Comments
 (0)