Skip to content

Commit

Permalink
attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Garg committed Aug 15, 2018
1 parent a199d59 commit be532d6
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 @@ -8,16 +8,5 @@ otp_release:
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 be532d6

Please sign in to comment.