Skip to content

Commit

Permalink
Updated for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Apr 22, 2016
1 parent d9ebce0 commit c3a4cb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion priv/scripts/setup_test_env.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/usr/bin/env bash

REBAR=$(readlink -f $(PATH=.:$PATH which rebar3))
LFE_TEST_BUILD=`pwd`/_build/test
cd ${LFE_TEST_BUILD}/lib/lutil && \
mkdir -p _build && \
(test -e _build/default || \
ln -s ${LFE_TEST_BUILD} _build/default)
cd ${LFE_TEST_BUILD}/lib/lutil && \
rebar3 compile || echo "Already compiled."
$REBAR compile || echo "Already compiled."

0 comments on commit c3a4cb8

Please sign in to comment.