Skip to content

Commit 55ed553

Browse files
Modifying Travis CI.
1 parent b2193d7 commit 55ed553

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ ghc:
99
- "8.0.2"
1010
- "7.10.3"
1111

12-
script:
12+
install:
1313
- cabal new-configure
1414
- cabal new-install --only-dependencies
15-
- cabal new-sdist
15+
16+
script:
1617
- cabal new-build
18+
- cabal new-sdist
1719
- cabal new-check
1820
- cabal new-haddock

0 commit comments

Comments
 (0)