Skip to content

Commit f15864a

Browse files
committed
Try updating travis config
1 parent c04d857 commit f15864a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ matrix:
7676
compiler: ": #stack 8.6.5"
7777
addons: {apt: {packages: [libgmp-dev]}}
7878

79+
- env: BUILD=stack ARGS="--stack-yaml stack-9.0.2-aeson1.yaml"
80+
compiler: ": #stack 9.0.2 (Aeson 1)"
81+
addons: {apt: {packages: [libgmp-dev]}}
82+
83+
- env: BUILD=stack ARGS="--stack-yaml stack-9.0.2-aeson2.yaml"
84+
compiler: ": #stack 9.0.2 (Aeson 2)"
85+
addons: {apt: {packages: [libgmp-dev]}}
86+
7987
# Nightly builds are allowed to fail
8088
- env: BUILD=stack ARGS="--resolver nightly"
8189
compiler: ": #stack nightly"

0 commit comments

Comments
 (0)