Skip to content

Commit 0374271

Browse files
committed
[ travis ] fix build (hopefully)
1 parent 9f91e0c commit 0374271

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ A self-contained repository for the paper [A Scope-and-Type Safe Universe of Syn
77

88
To check this development, you'll need:
99
* Agda 2.5.4.2
10-
* Agda's Standard Library 0.17
10+
* Agda's Standard Library 0.18

travis/install_agda.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ if ! type "agda" > /dev/null || [ ! `agda -V | sed "s/[^2]*//"` = "$AGDA_VERSION
88
mkdir -p $HOME/.agda
99
cp libraries-"$AGDA_VERSION" $HOME/.agda/
1010
cd $HOME/.agda/
11-
wget https://github.com/agda/agda-stdlib/archive/v0.17.tar.gz
12-
tar -xvzf v0.17.tar.gz
11+
git clone git@github.com:agda/agda-stdlib/ agda-stdlib-0.18
12+
cd agda-stdlib-0.18
13+
git checkout a0bfe7422d2aa0f0f49c9647659ce34e6e741375
1314
cd -
1415
fi

travis/libraries-2.5.4.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$HOME/.agda/agda-stdlib-0.17/standard-library.agda-lib
1+
$HOME/.agda/agda-stdlib-0.18/standard-library.agda-lib

0 commit comments

Comments
 (0)