diff options
author | William Yeh <william.pjyeh@gmail.com> | 2015-05-20 11:40:45 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2015-05-20 11:40:45 +0800 |
commit | c36d40e8691a124684625568e08557a17a0b5e7a (patch) | |
tree | d11f24a1217ae2a7fd257fbd32385abcea4310c6 | |
parent | d5790ee49c738ef715a208377908afc8ea0e8e65 (diff) | |
download | docker-ansible-c36d40e8691a124684625568e08557a17a0b5e7a.tar.gz docker-ansible-c36d40e8691a124684625568e08557a17a0b5e7a.tar.zst docker-ansible-c36d40e8691a124684625568e08557a17a0b5e7a.zip |
Update for travis-docker's change
See https://github.com/moul/travis-docker/pull/13
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 89981bb..a329700 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,3 +1,5 @@ | |||
1 | sudo: true | ||
2 | |||
1 | install: | 3 | install: |
2 | - curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe | 4 | - curl -sLo - https://github.com/moul/travis-docker/raw/master/install.sh | sh -xe |
3 | 5 | ||