Skip to content

Commit

Permalink
Merge pull request #42 from infosiftr/travis-all-the-things
Browse files Browse the repository at this point in the history
Turn on ALL the variants in Travis
  • Loading branch information
yosifkit committed Apr 2, 2015
2 parents 8ce12cf + 944c9fb commit d0bacd4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ dist: trusty

env:
- VERSION=3.4 VARIANT=
# - VERSION=3.4 VARIANT=slim
# - VERSION=3.4 VARIANT=wheezy
- VERSION=3.4 VARIANT=slim
- VERSION=3.4 VARIANT=wheezy
- VERSION=3.3 VARIANT=
# - VERSION=3.3 VARIANT=slim
# - VERSION=3.3 VARIANT=wheey
- VERSION=3.3 VARIANT=slim
- VERSION=3.3 VARIANT=wheezy
- VERSION=2.7 VARIANT=
# - VERSION=2.7 VARIANT=slim
# - VERSION=2.7 VARIANT=wheezy
- VERSION=2.7 VARIANT=slim
- VERSION=2.7 VARIANT=wheezy

install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
Expand Down

0 comments on commit d0bacd4

Please sign in to comment.