This commit is contained in:
Andreas Bielawski 2016-06-15 01:56:20 +02:00
parent c31150e8cf
commit 4ebe0c38d3
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: erlang
before_install:
- CURDIR=$(pwd)
- sudo apt-get update -qq
- sudo apt-get install -qq libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make unzip git libjansson-dev
- THIS_DIR=$(cd $(dirname $0); pwd)
@ -26,8 +27,9 @@ before_install:
- ./.luarocks/bin/luarocks install serpent
- ./.luarocks/bin/luarocks install sha1
- ./.luarocks/bin/luarocks install lpeg
- cd $THIS_DIR
- cd $CURDIR
- ls
- pwd
script: