Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 1acd2c8

Browse files
committed
Configure Travis CI
1 parent 9243f5d commit 1acd2c8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
sudo: false
2+
language: haskell
3+
4+
# Speed builds up by caching install requirements
5+
cache:
6+
directories:
7+
- $HOME/.ghc
8+
- $HOME/.cabal
9+
10+
ghc:
11+
- '8.0'
12+
- '8.2'
13+
- '8.4'
14+
- '8.6'

0 commit comments

Comments
 (0)