We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb4385 commit 8b82c85Copy full SHA for 8b82c85
1 file changed
.travis.yml
@@ -15,19 +15,12 @@ before_install:
15
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
16
17
install:
18
- - curl -sSL https://github.com/sol/tinc/raw/master/get-tinc.sh | bash
19
- - export PATH=$HOME/.tinc/bin:$PATH
20
- - tinc --version
21
- cabal --version
22
- ghc --version
23
- travis_retry cabal update
24
- - tinc
+ - cabal install --only-dependencies --enable-tests
25
26
script:
27
- cabal configure --enable-tests --ghc-options=-Werror
28
- cabal build
29
- cabal test
30
-
31
-cache:
32
- directories:
33
- - $HOME/.tinc/cache
0 commit comments