Skip to content

Commit 0e6dd05

Browse files
committed
Fix typo.
1 parent 025279d commit 0e6dd05

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
@@ -55,7 +55,7 @@ before_install:
5555
# older python and newest on newer.
5656
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install sphinx==1.8.5; fi
5757
- if [[ $TRAVIS_PYTHON_VERSION == "3.[67]" ]]; then pip install sphinx==1.8.5; fi
58-
- if [[ $TRAVIS_PYTHON_VERSION' != "3.[67]" ]] && [[ $TRAVIS_PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
58+
- if [[ $TRAVIS_PYTHON_VERSION != "3.[67]" ]] && [[ $TRAVIS_PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
5959
- XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1)
6060
- cd /tmp
6161
- curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz

0 commit comments

Comments
 (0)