Browse code

Speed up travis

Adding sudo: false enables the container-based infrastructure, which
starts up almost instantly.

John Hawthorn authored on 09/05/2015 22:33:23
Showing 1 changed files

... ...
@@ -3,3 +3,4 @@ script: make && make test
3 3
 compiler:
4 4
   - clang
5 5
   - gcc
6
+sudo: false