forked from 2600hz/kazoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
36 lines (32 loc) · 796 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
language: erlang
notifications:
email:
irc:
channels:
- "irc.freenode.org#2600hz-dev"
otp_release:
- R16B
- R15B03
- R15B02
before_install:
- set -e
- sudo apt-get install -qq xsltproc
- cd $HOME
- git clone --depth=50 --branch=master https://github.com/manopapad/proper.git proper
- cd proper
- make fast
- cd $TRAVIS_BUILD_DIR
script: make compile
after_success:
- make xref
- kerl_deactivate
- source $HOME/otp/R16B/activate
- make build-plt
- git fetch origin master:master
- files="$(git diff --name-only master..)"
- $TRAVIS_BUILD_DIR/scripts/check-dialyzer.escript $files
- kerl_deactivate
- source $HOME/otp/$TRAVIS_OTP_RELEASE/activate
- ERL_LIBS="$HOME/proper" make test