Add master-only limitation.

This commit is contained in:
Connor Shea 2016-06-17 09:48:46 -06:00
parent 13883a56b8
commit b8a8f84842
No known key found for this signature in database
GPG Key ID: E52237E5B35A83E6
1 changed files with 2 additions and 2 deletions

View File

@ -132,8 +132,8 @@ spinach 9 10: *spinach-knapsack
# Execute all testing suites against Ruby 2.3
.ruby-23: &ruby-23
image: "ruby:2.3"
# only:
# - master
only:
- master
.rspec-knapsack-ruby23: &rspec-knapsack-ruby23
<<: *rspec-knapsack