Skip to content

Commit 1f09426

Browse files
committed
another syntax error?
1 parent d569f7c commit 1f09426

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ addons:
4747
- libunwind8-dev
4848

4949
install:
50-
- if [["$BUILD_LINUX_WHEEL" == "1"]]; then docker pull $DOCKER_IMAGE; fi
50+
- if [[ "$BUILD_LINUX_WHEEL" == "1" ]]; then docker pull $DOCKER_IMAGE; fi
5151
- pip install .
5252

5353
script:
5454
- py.test vmprof/ -vrs
5555
- py.test jitlog/ -vrs
56-
- if [["$BUILD_LINUX_WHEEL" == "1"]]; then
56+
- if [[ "$BUILD_LINUX_WHEEL" == "1" ]]; then
5757
docker run --rm -v `pwd`:/io:Z $DOCKER_IMAGE $PRE_CMD bash
5858
/io/travis/build-wheels.sh;
5959
fi

0 commit comments

Comments
 (0)