diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-14 22:13:44 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-14 22:13:44 +0000 |
commit | 15ebbba094971687c840d9e7117360f3b5da852a (patch) | |
tree | 17382e83708a935508211db326e4e090e89aed89 | |
parent | using the ubuntu repos now (diff) | |
download | mutator-15ebbba094971687c840d9e7117360f3b5da852a.tar.gz mutator-15ebbba094971687c840d9e7117360f3b5da852a.zip |
running on trusty now
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d43dc5e..ddcbac0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ +dist: trusty sudo: required language: cpp compiler: clang |