diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-15 00:30:39 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 00:30:39 +0000 |
commit | 9ae0887b6c7dc3b3dc39762fcd3685fd04f418a5 (patch) | |
tree | fa0f787ff2b82093207bf5409b9914c1c861695f /.travis.yml | |
parent | updated (diff) | |
download | mutator-9ae0887b6c7dc3b3dc39762fcd3685fd04f418a5.tar.gz mutator-9ae0887b6c7dc3b3dc39762fcd3685fd04f418a5.zip |
updated
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cde2b2d..29b56ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ before_install: - sudo apt-get install clang-3.9 language: cpp compiler: clang + addons: + apt: + packages: + - clang-3.9 addons: apt: packages: |