diff options
author | Haru <haru@dotalux.com> | 2015-08-17 21:20:50 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-17 21:20:50 +0200 |
commit | 30879c4acc7e08cb8d1633d968c869c2bf87e043 (patch) | |
tree | bcf153a5d4dd4d514f4e4b2a02acad50324f4c40 /.travis.yml | |
parent | 2f2e04c172a6fde55b1f7f7cf79f66d56894e86f (diff) | |
download | hercules-30879c4acc7e08cb8d1633d968c869c2bf87e043.tar.gz hercules-30879c4acc7e08cb8d1633d968c869c2bf87e043.tar.bz2 hercules-30879c4acc7e08cb8d1633d968c869c2bf87e043.tar.xz hercules-30879c4acc7e08cb8d1633d968c869c2bf87e043.zip |
Switched to the new, faster, travis build environment
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3095bbc67..b2248d6f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +sudo: false compiler: - clang - gcc |