mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-30 22:54:50 +02:00
Add travis.yml
This commit is contained in:
parent
ad0e354b2b
commit
829d502563
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
language: haskell
|
||||||
|
|
||||||
|
ghc:
|
||||||
|
- "7.6"
|
||||||
|
- "7.8"
|
||||||
|
# - "7.10" not available yet
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
Loading…
Reference in New Issue
Block a user