Skip to content

Commit

Permalink
Added 1.4 to the travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed Oct 21, 2016
1 parent 24cb891 commit 3931a79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
env:
- MARATHONVERSION: 1.4.0
- MARATHONVERSION: 1.3.0
- MARATHONVERSION: 1.1.2
- MARATHONVERSION: 0.15.3
Expand Down
5 changes: 3 additions & 2 deletions itests/install-marathon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ DISTRO=$(lsb_release -is | tr '[:upper:]' '[:lower:]')
CODENAME=$(lsb_release -cs)

# Add the repository
echo "deb http://repos.mesosphere.com/${DISTRO} ${CODENAME} main" |
sudo tee /etc/apt/sources.list.d/mesosphere.list
echo "deb http://repos.mesosphere.com/${DISTRO} ${CODENAME} main" | sudo tee /etc/apt/sources.list.d/mesosphere.list
# Temporary repo to get marathon 1.4
echo "deb https://dl.bintray.com/yelp/paasta trusty main" | sudo tee /etc/apt/sources.list.d/paasta.list
sudo apt-get update

# Install packages
Expand Down

0 comments on commit 3931a79

Please sign in to comment.