Merge pull request #475 from mozilla/issue_474

Enable Travis for master/dev branches
This commit is contained in:
mwobensmith 2019-07-02 12:06:47 -07:00 коммит произвёл GitHub
Родитель e9a81366d2 7e824770fd
Коммит 60da20f9ba
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -13,7 +13,8 @@ branches:
# Safelist
branches:
only:
- test
- master
- dev
# Bootstrap install
install:
@ -40,9 +41,8 @@ jobs:
notifications:
email:
recipients:
- twalker@mozilla.com
- mwobensmith@mozilla.com
on_success: change
on_failure: always
on_cancel: always