Skip to content

Commit

Permalink
travis: disable integration
Browse files Browse the repository at this point in the history
omegh-5800 is currently failing on the integration step. omegh-5787 started
trying to fix this but is not yet green. Disabling for the moment.
  • Loading branch information
joshmoore committed Jul 6, 2018
1 parent 86c386d commit e7de2ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ before_install:
- export PATH=$PATH:$HOME/.local/bin
- if [[ $BUILD == 'build-python' ]]; then travis_retry pip install --user flake8==2.4.0 pytest==2.7.3; fi
- if [[ $BUILD == 'build-python' ]]; then ./components/tools/travis-build py-flake8; fi
- if [[ $BUILD == 'integration' ]]; then git clone git://github.com/openmicroscopy/omero-test-infra .omero; fi

# retries the build due to:
# https://github.com/travis-ci/travis-ci/issues/2507
Expand All @@ -52,7 +51,6 @@ install:
script:
- if [[ $BUILD == 'build-python' ]]; then ./components/tools/travis-build py-test; fi
- if [[ $BUILD == 'build-java' ]]; then ./components/tools/travis-build java-test; fi
- if [[ $BUILD == 'integration' ]]; then .omero/docker srv; fi

notifications:
slack:
Expand Down

0 comments on commit e7de2ff

Please sign in to comment.