We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ffdca commit c98ad39Copy full SHA for c98ad39
.travis.yml
@@ -27,5 +27,6 @@ script:
27
- tar xvzf $ALPACA_PKG
28
- export ALPACA_ROOT=`pwd`/alpaca-${ALPACA_VERSION_TO_USE}_${TRAVIS_OTP_RELEASE}
29
- echo "ALPACA_ROOT is set to ${ALPACA_ROOT}"
30
+ - rebar3 compile
31
+ - rebar3 eunit
32
- rebar3 eunit
- - rebar3 ct
0 commit comments