Skip to content

Commit

Permalink
Merge pull request ome#5807 from joshmoore/disable-integration
Browse files Browse the repository at this point in the history
travis: disable `integration`
  • Loading branch information
sbesson authored Jul 6, 2018
2 parents 86c386d + e7de2ff commit d61e7b8
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 d61e7b8

Please sign in to comment.