diff options
author | Sven Willner <sven.willner@gmail.com> | 2018-09-13 15:49:16 +0200 |
---|---|---|
committer | Sven Willner <sven.willner@gmail.com> | 2018-09-13 15:49:16 +0200 |
commit | 1d3d1259590c8a600c3d800942ab5566802d3499 (patch) | |
tree | 6586b0a2071ed9b1d6aadacd6473327388a2d84c /.travis.yml | |
parent | 4ca5b177bbaf656611dd253d7c8e37317b5b186f (diff) |
Add inotify option to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f59e68c..a12b97d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,4 @@ env: - stat64=1 - verscmp=0 - xinerama=0 + - inotify=1 |