summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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