Skip to content

Commit 6119de0

Browse files
Adding Travis CI configuration.
1 parent 802aa3b commit 6119de0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: haskell
2+
3+
dist: xenial
4+
5+
ghc:
6+
- "8.6.3"
7+
- "8.4.4"
8+
- "8.2.2"
9+
- "8.0.2"
10+
- "7.10.3"
11+
12+
script:
13+
- cabal new-configure
14+
- cabal new-install --only-dependencies
15+
- cabal new-sdist
16+
- cabal new-build
17+
- cabal new-check
18+
- cabal new-haddock

0 commit comments

Comments
 (0)