mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-22 17:29:24 +00:00
travis: disable sudo for faster build
This commit is contained in:
parent
49e965bbf4
commit
eba3248da7
@ -1,5 +1,7 @@
|
|||||||
language: c # or other C/C++ variants
|
language: c # or other C/C++ variants
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
# https://docs.travis-ci.com/user/caching/
|
# https://docs.travis-ci.com/user/caching/
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
@ -17,4 +19,3 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- nimble install -dy && nimble test
|
- nimble install -dy && nimble test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user