#188: use travis only for master branch
This commit is contained in:
parent
a3267f20b0
commit
5f34bd74ef
|
@ -13,5 +13,4 @@ before_script:
|
||||||
- bundle exec rake db:create db:structure:load db:migrate
|
- bundle exec rake db:create db:structure:load db:migrate
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
# - master
|
- master
|
||||||
- 188-use-travis
|
|
||||||
|
|
Loading…
Reference in New Issue