From df16e42fa27534caea3372b1eff672d9ff103c5c Mon Sep 17 00:00:00 2001 From: Louis-Philippe Gauthier Date: Tue, 30 Oct 2018 09:56:55 -0400 Subject: [PATCH 1/2] Bump meck version --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index ba8c4a0..a13d811 100644 --- a/rebar.config +++ b/rebar.config @@ -54,7 +54,7 @@ {test, [ {deps, [ {meck, - {git, "https://github.com/eproxus/meck.git", {tag, "0.8.3"}}}, + {git, "https://github.com/eproxus/meck.git", {tag, "0.8.7"}}}, {fprofx, {git, "https://github.com/ransomr/fprofx.git", {branch, "master"}}} ]}, From d40c7f49cf675cc14c4cd567bcacee9fcbd22b6b Mon Sep 17 00:00:00 2001 From: Louis-Philippe Gauthier Date: Fri, 20 Jul 2018 12:28:09 -0400 Subject: [PATCH 2/2] Build on OTP-21 --- .travis.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index e62b463..7d44da4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,23 +1,14 @@ -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - gcc-5 cache: directories: - $HOME/.cache/rebar3 - - $TRAVIS_BUILD_DIR/_build -dist: trusty -env: - - CC=gcc-5 -group: edge install: true language: erlang notifications: email: false otp_release: - - 20.1 - - 19.1 + - 21.0.3 + - 20.3 + - 19.3 - 18.3 script: "make travis" +sudo: false \ No newline at end of file