1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 19:57:14 +03:00

Update travis-ci config

This commit is contained in:
Simon Hengel 2017-09-30 23:12:04 +08:00
parent ef73274cc5
commit 0f783bb2aa

View File

@ -1,6 +1,6 @@
sudo: false
language: c
language: generic
matrix:
include:
@ -16,11 +16,9 @@ matrix:
- env: BUILD=tinc CABALVER=2.0 GHCVER=8.2.1
compiler: ": #tinc 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1,happy-1.19.5], sources: [hvr-ghc]}}
- env: BUILD=stack GHCVER=8.2.1 STACK_YAML=stack.yaml
compiler: ": #stack 8.2.1"
addons: {apt: {packages: [ghc-8.2.1,happy-1.19.5], sources: [hvr-ghc]}}
- env: BUILD=stack STACK_YAML=stack.yaml
compiler: ": #stack 8.2.1 osx"
os: osx