Skip to content

Commit b94bed1

Browse files
committed
[ travis ] do not cache .agda
1 parent 0374271 commit b94bed1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ cache:
1717
directories:
1818
- $HOME/.cabal/
1919
- $HOME/.ghc/
20-
- $HOME/.agda/
2120

2221
install:
2322
- export PATH=$HOME/.cabal/bin:/opt/ghc/8.2.2/bin:/opt/cabal/2.0/bin:$PATH

travis/install_agda.sh

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ if ! type "agda" > /dev/null || [ ! `agda -V | sed "s/[^2]*//"` = "$AGDA_VERSION
55
cabal update
66
cabal install alex happy cpphs --force-reinstalls
77
cabal install Agda-"$AGDA_VERSION" --force-reinstalls
8-
mkdir -p $HOME/.agda
9-
cp libraries-"$AGDA_VERSION" $HOME/.agda/
10-
cd $HOME/.agda/
11-
git clone git@github.com:agda/agda-stdlib/ agda-stdlib-0.18
12-
cd agda-stdlib-0.18
13-
git checkout a0bfe7422d2aa0f0f49c9647659ce34e6e741375
14-
cd -
158
fi
9+
10+
mkdir -p $HOME/.agda
11+
cp libraries-"$AGDA_VERSION" $HOME/.agda/
12+
cd $HOME/.agda/
13+
git clone git@github.com:agda/agda-stdlib/ agda-stdlib-0.18
14+
cd agda-stdlib-0.18
15+
git checkout a0bfe7422d2aa0f0f49c9647659ce34e6e741375
16+
cd -

0 commit comments

Comments
 (0)