aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoque Pinel <repinel@gmail.com>2015-06-05 15:28:11 -0500
committerRoque Pinel <repinel@gmail.com>2015-06-05 15:29:48 -0500
commit89550bc1a06d3fda27f03b19ec8af6531372e0e9 (patch)
tree172822c2e2b2261d771a6c56288c3cac9c763c0b /.travis.yml
parent423f14183f31565cc68d0674733b7b9edf3814a6 (diff)
downloadrails-89550bc1a06d3fda27f03b19ec8af6531372e0e9.tar.gz
rails-89550bc1a06d3fda27f03b19ec8af6531372e0e9.tar.bz2
rails-89550bc1a06d3fda27f03b19ec8af6531372e0e9.zip
Add the bug report templates to the Travis CI build
The bug report templates are now executed from the `ci/travis.rb` when `GEM` contains `guides`. I started by creating a `test` task in `guides/Rakefile` to handle this, but since inline `gemfile` must not be executed with `bundle exec`, that rake task would not be consistent with others. So I went back by executing them directly from `Build`. Use inline Gemfile dependency when reporting gem bugs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c870d8797..2237ca85d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ env:
- "GEM=ar:sqlite3"
- "GEM=ar:postgresql"
- "GEM=aj:integration"
+ - "GEM=guides"
rvm:
- 2.2.2
- ruby-head