kopia lustrzana https://github.com/gaul/s3proxy
Work around Travis issue blocking boto
Previously Travis builds failed with: ERROR: Failure: ImportError (No module named google_compute_engine)pull/239/head
rodzic
e7c4e2d4fa
commit
cac2d39b73
|
@ -15,6 +15,8 @@ services:
|
|||
- docker
|
||||
script:
|
||||
- mvn test
|
||||
# Work around Travis environment failure: https://github.com/travis-ci/travis-ci/issues/7940
|
||||
- export BOTO_CONFIG=/dev/null
|
||||
- ./src/test/resources/run-s3-tests.sh
|
||||
after_success:
|
||||
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
||||
|
|
Ładowanie…
Reference in New Issue