summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2016-08-30 16:18:04 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2018-01-30 23:41:57 +0000
commitb36e72bc8ad0c6e654cdf627304b41911e923b26 (patch)
tree98a8d32c495fbd640163ded0ab9857b2a3fcf8fb /.travis.yml
parent4bd43fefecdb6241bcb21b1b42428c8c4abc5e40 (diff)
downloadrebar-b36e72bc8ad0c6e654cdf627304b41911e923b26.tar.gz
Run Dialyzer on Travis-CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dcb6606..7f87c15 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,8 +12,22 @@ otp_release:
- 18.0
- 19.1
- 20.0.4
+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.0.4
+ env: MAKE_TARGET=ci-dialyze
+script: make $MAKE_TARGET
+cache:
+ directories:
+ - .rebar
+before_cache:
+ - rm -fv .rebar/erlcinfo
+ - rm -fv $HOME/.cache/.rebar/erlcinfo