Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Add Travis-CI integration
Browse files Browse the repository at this point in the history
... along with GitHub PR integration.
  • Loading branch information
pdobb committed Jul 13, 2019
1 parent 1e45ada commit 5c13aa5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
env:
global:
- MIX_ENV=test
- PULL_REQUEST_ID=$TRAVIS_PULL_REQUEST
sudo: false
language: ruby
rvm:
- 2.5.3
notifications:
email: false
before_install: gem install bundler -v 2.0.1
cache: bundler
script:
- 'PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} bundle exec pronto run -c origin/master -f text github_status github_pr_review'

0 comments on commit 5c13aa5

Please sign in to comment.