Skip to content

Commit

Permalink
Add ruby 2.3 to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
blowmage committed Dec 28, 2015
1 parent 07cbac6 commit 89a60e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: ruby
rvm:
- 2.2
- 2.1
- 2.0
script:
Expand All @@ -8,7 +9,7 @@ after_success:
- bundle exec rake travis:pages
matrix:
include:
- rvm: 2.2
- rvm: 2.3
env: GCLOUD_BUILD_DOCS=true
deploy:
provider: rubygems
Expand Down

0 comments on commit 89a60e6

Please sign in to comment.