Skip to content

Commit

Permalink
Working around new '_build' behaviour of agda (#179)
Browse files Browse the repository at this point in the history
* Working around new '_build' behaviour of agda

* [ travis ] $TRAVIS_BUILD_DIR to "cd" to the repo
  • Loading branch information
Saizan committed Aug 14, 2019
1 parent 51c7158 commit e0619a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_install:
- export PATH=/opt/ghc/$GHC_VER/bin:/opt/cabal/$CABAL_VER/bin:/opt/alex/3.1.7/bin:/opt/happy/1.19.5/bin:~/.cabal/bin/:$PATH;

install:
- cd
- cabal update
- sed -i 's/^jobs:/-- jobs:/' $HOME/.cabal/config
# get master Agda
Expand Down Expand Up @@ -60,6 +61,7 @@ install:
mkdir $HOME/.cabsnap;
cp -a $HOME/.ghc $HOME/.cabsnap/ghc;
cp -a $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin $HOME/installplan.txt $HOME/.cabsnap/;
- cd $TRAVIS_BUILD_DIR

script:
- make test

0 comments on commit e0619a4

Please sign in to comment.