We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a3df9 commit ca06d5cCopy full SHA for ca06d5c
1 file changed
.travis.yml
@@ -15,12 +15,19 @@ 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
- - cabal install --only-dependencies --enable-tests
24
+ - tinc
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