Skip to content

Commit e84ef52

Browse files
committed
[ travis ] fix build
As always git merge broke the .travis.yml file...
1 parent 66356ae commit e84ef52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ install:
5656
mkdir $HOME/.cabsnap;
5757
cp -a $HOME/.ghc $HOME/.cabsnap/ghc;
5858
cp -a $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin $HOME/installplan.txt $HOME/.cabsnap/;
59+
- cd -
5960
# installing fix-agda-whitespace
6061
- git clone https://github.com/agda/fix-whitespace --depth=1
6162
- cd fix-whitespace
6263
- cabal install fix-whitespace.cabal
6364
- cd -
64-
- yes | rm -R fix-whitespace/
6565
# generating Everything.agda
66+
- cd agda-stdlib
6667
- cabal install lib.cabal
6768
- runghc GenerateEverything.hs
6869
# setting up travis-specific scripts and files

0 commit comments

Comments
 (0)