diff options
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 10 insertions, 1 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 @@ -15,7 +15,10 @@ zero lines of source code after two years. ## Status -[See "i3 feature support"](https://github.com/SirCmpwn/sway/issues/2) +- [i3 feature support](https://github.com/SirCmpwn/sway/issues/2) +- [IPC feature support](https://github.com/SirCmpwn/sway/issues/98) +- [i3bar feature support](https://github.com/SirCmpwn/sway/issues/343) +- [i3-gaps feature support](https://github.com/SirCmpwn/sway/issues/307) ## Installation |