diff options
| author | bloodstalker <thabogre@gmail.com> | 2016-12-15 00:19:30 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2016-12-15 00:19:30 +0000 | 
| commit | d06fb93f0943b7d3e2df8fccadda6c560cad472d (patch) | |
| tree | c003633a37e7198963a93a7ed4e3eccfd9d99d06 | |
| parent | updated (diff) | |
| download | mutator-d06fb93f0943b7d3e2df8fccadda6c560cad472d.tar.gz mutator-d06fb93f0943b7d3e2df8fccadda6c560cad472d.zip | |
updated
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index 671a6dc..cde2b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@  dist: ubuntu-precise  sudo: required -before_install: sudo apt-get remove clang +before_install:  +  - sudo apt-get remove clang +  - sudo apt-get install clang-3.9  language: cpp  compiler: clang  addons: | 
