Skip to content

Commit

Permalink
update Travis CI config to remove references to the pre-1.0 versions …
Browse files Browse the repository at this point in the history
…of storm which are no longer supported in master, and also update the latest Mesos release to 1.0.1
  • Loading branch information
erikdw committed Nov 1, 2016
1 parent 7611d94 commit 5c111f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -22,10 +22,8 @@ script:
matrix:
fast_finish: true
include:
- env: STORM_RELEASE="0.10.1" MESOS_RELEASE="0.28.2"
- env: STORM_RELEASE="0.10.1" MESOS_RELEASE="0.27.2"
- env: STORM_RELEASE="0.9.6" MESOS_RELEASE="0.28.2" STORM_URL="https://github.com/erikdw/storm/releases/download/v0.9.6-storm-mesos2/apache-storm-0.9.6-storm-mesos2.tar.gz"
- env: STORM_RELEASE="0.9.6" MESOS_RELEASE="0.27.2" STORM_URL="https://github.com/erikdw/storm/releases/download/v0.9.6-storm-mesos2/apache-storm-0.9.6-storm-mesos2.tar.gz"
- env: STORM_RELEASE="1.0.2" MESOS_RELEASE="1.0.1"
- env: STORM_RELEASE="1.0.2" MESOS_RELEASE="0.28.2"
before_deploy:
- travis_retry make images
- travis_retry make images JAVA_PRODUCT_VERSION=8
Expand Down

0 comments on commit 5c111f8

Please sign in to comment.