diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6b447b65..fae297a7 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -11,6 +11,10 @@ notifications: | |||
11 | on_success: always | 11 | on_success: always |
12 | on_failure: always | 12 | on_failure: always |
13 | 13 | ||
14 | ghc: | ||
15 | - 7.4 | ||
16 | - 7.6 | ||
17 | |||
14 | before_install: | 18 | before_install: |
15 | - sudo apt-get install rtorrent screen | 19 | - sudo apt-get install rtorrent screen |
16 | - rtorrent -h | grep version | 20 | - rtorrent -h | grep version |