diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-09-24 22:46:48 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-09-24 22:46:48 -0700 |
commit | a569e6a737714d33fe30284abcc2f1af1f856127 (patch) | |
tree | 731218b90ec35873642f865409944c7b5a1777ef | |
parent | 900a1cc94353b9202dcaee66b95d67e31331940e (diff) |
Switch to sudo=false Travis env
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f35124d..e0df2fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ language: cpp -sudo: required -dist: trusty os: - linux - osx |