Skip to content

Commit

Permalink
test on travis using our own rebar3
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Mar 1, 2017
1 parent 3397b76 commit cd9bb79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ env:
before_script:
- kerl list installations
- "gunicorn -b 127.0.0.1:8000 -b unix:httpbin.sock httpbin:app&"

before_install:
- sudo pip install -q httpbin
- sudo pip install -q gunicorn

script:
- ./support/rebar3 eunit

cache:
directories:
- $HOME/.cache/rebar3
Binary file added support/rebar3
Binary file not shown.

0 comments on commit cd9bb79

Please sign in to comment.