mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
14 lines
175 B
YAML
14 lines
175 B
YAML
ghc:
|
|
- 7.8
|
|
- 7.6
|
|
- 7.4
|
|
before_install:
|
|
- date
|
|
- travis-CI/before-install.sh
|
|
install:
|
|
- travis-CI/install.sh
|
|
script:
|
|
- travis-CI/script.sh
|
|
after_script:
|
|
- date
|