diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-11-06 14:22:54 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-11-06 14:22:54 +0800 |
commit | a2bdc82c97e4199f0bab7df95644fc99502aa6c7 (patch) | |
tree | 3431554dd43f885b7a9cfba006688f8f37e8d0fd | |
parent | 2330dec16b7225e8536b4917633338acd2c4bfbe (diff) | |
download | dexon-mcl-a2bdc82c97e4199f0bab7df95644fc99502aa6c7.tar.gz dexon-mcl-a2bdc82c97e4199f0bab7df95644fc99502aa6c7.tar.zst dexon-mcl-a2bdc82c97e4199f0bab7df95644fc99502aa6c7.zip |
ASan requires sudo?
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 211c10c..c535657 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -sudo: false +sudo: true dist: trusty language: cpp compiler: |