diff options
author | crondog <crondog@gmail.com> | 2015-12-25 08:59:01 +1100 |
---|---|---|
committer | crondog <crondog@gmail.com> | 2015-12-25 08:59:01 +1100 |
commit | 8e8ec6d92b349095aa201c2f4d578bdd33d0bdeb (patch) | |
tree | 1b79a716670f90e9b5cd3f12c828918802ee4a1f /.travis.yml | |
parent | edd93b5b55c66f3914f95738b9b23b2ac1ef7c75 (diff) | |
parent | deb1546be355fa571da15569599bec0141d67883 (diff) | |
download | sway-8e8ec6d92b349095aa201c2f4d578bdd33d0bdeb.tar.xz |
Merge branch 'master' of https://github.com/SirCmpwn/sway
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 893980de..dfa48fa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,11 @@ sudo: required +language: c + +compiler: + - gcc + - clang + arch: packages: - cmake |