Skip to content

Commit

Permalink
#CI removed if statement from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Dec 13, 2018
1 parent fe4b3c8 commit 06ac777
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ script:
- cmake -DBUILD_PYTHON:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -Dndicapi_BUILD_APPLICATIONS:BOOL=OFF ..
- make
- cd ../
- if [ $DOCKER_IMAGE ]
- then
- docker pull $DOCKER_IMAGE
- docker run --rm -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/travis/build-wheels.sh
- ls wheelhouse/
- fi
- docker pull $DOCKER_IMAGE
- docker run --rm -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/travis/build-wheels.sh
- ls wheelhouse/

after_success: |
Expand Down

0 comments on commit 06ac777

Please sign in to comment.