diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-09-10 16:18:11 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-09-10 16:18:11 -0400 |
| commit | 605022d6b2536f6d40d0518063f99e4de5817b08 (patch) | |
| tree | 460e3c6ff6c33489c26d6301b30384ccd8bbc312 /.travis.yml | |
| parent | f00d2303ffe00e7c4f70134d8606d4da2e347b74 (diff) | |
| download | PROJ-605022d6b2536f6d40d0518063f99e4de5817b08.tar.gz PROJ-605022d6b2536f6d40d0518063f99e4de5817b08.zip | |
Switch to Travis' container-based infrastructure.
It starts and runs a bit faster.
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 b60615de..6f013017 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: c +sudo: false + compiler: - gcc - clang |
