ci docs: Add note that the .travis.yml assumes bundle install.

Closes #3660
This commit is contained in:
Parker Moore 2015-04-20 10:23:04 -07:00
parent c59d02d6c6
commit 7be47c2c48
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ an explanation of each line.
language: ruby language: ruby
rvm: rvm:
- 2.1 - 2.1
# Assume bundler is being used, install step will run `bundle install`.
script: ./script/cibuild script: ./script/cibuild
# branch whitelist # branch whitelist