Skip to content

Commit 8b82c85

Browse files
committed
Disable travis caching
1 parent 5fb4385 commit 8b82c85

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,12 @@ before_install:
1515
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
1616

1717
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
2118
- cabal --version
2219
- ghc --version
2320
- travis_retry cabal update
24-
- tinc
21+
- cabal install --only-dependencies --enable-tests
2522

2623
script:
2724
- cabal configure --enable-tests --ghc-options=-Werror
2825
- cabal build
2926
- cabal test
30-
31-
cache:
32-
directories:
33-
- $HOME/.tinc/cache

0 commit comments

Comments
 (0)