diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-22 14:25:46 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-22 14:25:46 +0000 |
commit | bcc06e02de216f59db93ecc3a9c0b94e76f84248 (patch) | |
tree | ce2998041e4397d5ae7ed4ff46eccafa32510eb7 | |
parent | uncommented a method (diff) | |
download | mutator-bcc06e02de216f59db93ecc3a9c0b94e76f84248.tar.gz mutator-bcc06e02de216f59db93ecc3a9c0b94e76f84248.zip |
now travis build work properly
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5077822..b8ad108 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,4 +56,4 @@ after_success: - ls - ulimit -a - find . -maxdepth 1 -name "core*" - - lldb-4.0 ./core + #- lldb-4.0 ./core |