diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2015-10-01 00:25:12 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2015-10-01 00:25:12 -0700 |
commit | 7b939e7e4ce36e8b62b10025e567f871731cbf4d (patch) | |
tree | ed281967fd93115f1af3653b8d53c12635fda190 | |
parent | 50e08a90d5e9fec332603b11cc3ad7e03fe1552c (diff) | |
download | attobuild-7b939e7e4ce36e8b62b10025e567f871731cbf4d.tar.gz attobuild-7b939e7e4ce36e8b62b10025e567f871731cbf4d.tar.bz2 attobuild-7b939e7e4ce36e8b62b10025e567f871731cbf4d.tar.xz attobuild-7b939e7e4ce36e8b62b10025e567f871731cbf4d.zip |
Enable travis container-based infrastructure
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f1aeb7f..f57abad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: python python: - "2.7" |