Skip to content

Commit

Permalink
Write correctly TravisCI config for Pronto
Browse files Browse the repository at this point in the history
  • Loading branch information
Flink committed Nov 7, 2014
1 parent 500cd60 commit e8fa7c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,10 +1,10 @@
script:
- 'export PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} && bundle exec pronto run -f github_pr'
language: ruby
rvm:
- 2.1.4
script: bundle exec rake
before_install:
- gem update --system
services:
- redis-server
script:
- 'export PULL_REQUEST_ID=${TRAVIS_PULL_REQUEST} && bundle exec pronto run -f github_pr'
- bundle exec rake

0 comments on commit e8fa7c7

Please sign in to comment.