travis: disable sudo for faster build

This commit is contained in:
Jacek Sieka 2018-09-02 08:12:14 -06:00
parent 49e965bbf4
commit eba3248da7
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
language: c # or other C/C++ variants
sudo: false
# https://docs.travis-ci.com/user/caching/
cache:
directories:
@ -17,4 +19,3 @@ install:
script:
- nimble install -dy && nimble test