mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-02-27 01:47:54 +01:00
14 lines
138 B
YAML
14 lines
138 B
YAML
language: haskell
|
|
|
|
ghc:
|
|
- "7.6"
|
|
- "7.8"
|
|
# - "7.10" not available yet
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
branches:
|
|
only:
|
|
- master
|