ci docs: Add note that the .travis.yml assumes bundle install.
Closes #3660
This commit is contained in:
parent
c59d02d6c6
commit
7be47c2c48
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue