Skip to content

Commit

Permalink
Merge pull request #49 from lpgauth/upkeep/OTP-21
Browse files Browse the repository at this point in the history
Build on OTP-21
  • Loading branch information
lpgauth authored Oct 30, 2018
2 parents c6515dc + d40c7f4 commit f79bd06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}}
]},
Expand Down

0 comments on commit f79bd06

Please sign in to comment.