diff options
author | meko <mekolat@users.noreply.github.com> | 2015-09-24 16:30:48 -0400 |
---|---|---|
committer | meko <mekolat@users.noreply.github.com> | 2015-09-24 16:30:48 -0400 |
commit | 89dec9c2ed971c0303012d3603184e12948c7fd6 (patch) | |
tree | a4170ee833f59f8e40ac50bbdb265327c9ecb145 /.travis.yml | |
parent | d4950dc4c47a36abf048e1cdfea5543ba1325304 (diff) | |
download | clientdata-89dec9c2ed971c0303012d3603184e12948c7fd6.tar.gz clientdata-89dec9c2ed971c0303012d3603184e12948c7fd6.tar.bz2 clientdata-89dec9c2ed971c0303012d3603184e12948c7fd6.tar.xz clientdata-89dec9c2ed971c0303012d3603184e12948c7fd6.zip |
make travis use the container-based infrastructure
closes #287
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 07a8042d..f23e4eff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ notifications: on_failure: always use_notice: true +sudo: false + install: - pushd .. - git clone --depth 1 git://github.com/themanaworld/tmw-tools.git tools |