summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLuis Rascão <luis.rascao@gmail.com>2018-02-01 09:34:04 +0000
committerGitHub <noreply@github.com>2018-02-01 09:34:04 +0000
commitb6d309417c502ca243f810e5313bea36951ef038 (patch)
tree2ad0f58f9a1caae93fc303fa9ef525feb1da0e2b /.travis.yml
parent4bd43fefecdb6241bcb21b1b42428c8c4abc5e40 (diff)
parent8a2aca081780338330cd2145ab6cb86acde7c783 (diff)
downloadrebar-master.tar.gz
Merge pull request #620 from tuncer/travis-dialyzeHEADmaster
Travis dialyze
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 20 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dcb6606..8be6814 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,27 @@ otp_release:
- 17.0
- 18.0
- 19.1
- - 20.0.4
+ - 20.0.5
+ - 20.1.5
+env: MAKE_TARGET=ci
before_script:
- hostname -f
- cc -v
- ld -v
-script: "make travis"
+ - find .rebar
+after_script:
+ - find .rebar
+matrix:
+ include:
+ - otp_release: 20.1.5
+ env: MAKE_TARGET=ci-dialyze
+ allow_failures:
+ - otp_release: 20.1.5
+ env: MAKE_TARGET=ci-dialyze
+script: make $MAKE_TARGET
+cache:
+ directories:
+ - .rebar
+before_cache:
+ - rm -fv .rebar/erlcinfo
+ - rm -fv $HOME/.cache/.rebar/erlcinfo