Skip to content

Commit c98ad39

Browse files
committed
Dropped CT for now, double eunit run
At present the first run of `eunit` doesn't appear to pick up tests exported by alpaca, hence the double run.
1 parent e6ffdca commit c98ad39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ script:
2727
- tar xvzf $ALPACA_PKG
2828
- export ALPACA_ROOT=`pwd`/alpaca-${ALPACA_VERSION_TO_USE}_${TRAVIS_OTP_RELEASE}
2929
- echo "ALPACA_ROOT is set to ${ALPACA_ROOT}"
30+
- rebar3 compile
31+
- rebar3 eunit
3032
- rebar3 eunit
31-
- rebar3 ct

0 commit comments

Comments
 (0)