Skip to content

Commit

Permalink
Add Travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Heli Wang committed Mar 12, 2018
1 parent 1b8eb43 commit 15a43e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: haskell

ghc:
- '8.2.2'

before_install:
- wget -qO- https://get.haskellstack.org/ | sh
- cd ${PACKAGEDIR}

install:
- stack docker pull

script: stack test

env:
- PACKAGEDIR="test"

0 comments on commit 15a43e4

Please sign in to comment.