Skip to content

Commit

Permalink
try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vihu committed Aug 9, 2018
1 parent 457f5aa commit 157c5d1
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,5 @@ addons:
cache:
directories:
- $HOME/.cache/rebar3
- $HOME/.cache/pbc

before_script:
kerl list installations &&
git clone https://github.com/blynn/pbc &&
cd pbc &&
autoreconf -fvi &&
./configure --prefix $HOME/.cache/pbc &&
make &&
make install &&
cd ..

script: CFLAGS="-I $HOME/.cache/pbc/include" LDFLAGS="-L$HOME/.cache/pbc/lib" LD_LIBRARY_PATH="$HOME/.cache/pbc/lib" ./rebar3 as test do eunit,ct && ./rebar3 dialyzer && ./rebar3 coveralls send
script: ./rebar3 as test do eunit,ct && ./rebar3 dialyzer && ./rebar3 coveralls send

0 comments on commit 157c5d1

Please sign in to comment.