forked from 2600hz/kazoo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging upstream 3.20 for production!
Merge remote branch '2600hz/3.20' into 3.20 Conflicts: .gitignore applications/acdc/src/acdc_agent_fsm.erl applications/acdc/src/acdc_queue_fsm.erl applications/acdc/src/acdc_util.erl applications/callflow/src/cf_endpoint.erl applications/callflow/src/cf_exe.erl applications/crossbar/doc/apps_store.md applications/crossbar/doc/voicemail.md applications/crossbar/priv/couchdb/account/users.json applications/crossbar/priv/couchdb/schemas/provisioner_v5.json applications/crossbar/src/cb_context.erl applications/crossbar/src/crossbar_doc.erl applications/crossbar/src/crossbar_maintenance.erl applications/crossbar/src/crossbar_util.erl applications/crossbar/src/modules/cb_apps_store.erl applications/crossbar/src/modules/cb_conferences.erl applications/crossbar/src/modules/cb_notifications.erl applications/crossbar/src/modules/cb_search.erl applications/crossbar/src/modules/provisioner_util.erl applications/crossbar/src/modules/provisioner_v5.erl applications/doodle/src/doodle.hrl applications/doodle/src/doodle_inbound_listener.erl applications/doodle/src/doodle_inbound_listener_sup.erl applications/ecallmgr/src/ecallmgr_call_events.erl applications/ecallmgr/src/ecallmgr_fs_event_stream.erl applications/ecallmgr/src/ecallmgr_fs_notify.erl applications/ecallmgr/src/ecallmgr_fs_xml.erl applications/notify/src/notify_voicemail_to_email.erl applications/omnipresence/src/omnip_dialog.erl applications/omnipresence/src/omnip_presence.erl applications/omnipresence/src/omnip_subscriptions.erl applications/omnipresence/src/omnipresence_listener.erl applications/registrar/src/reg_authn_req.erl applications/stepswitch/src/stepswitch_inbound.erl applications/stepswitch/src/stepswitch_sms.erl applications/stepswitch/src/stepswitch_util.erl applications/teletype/src/teletype_util.erl applications/teletype/src/templates/teletype_voicemail_full.erl applications/teletype/src/templates/teletype_voicemail_to_email.erl core/kazoo_documents-1.0.0/src/kz_call_event.erl core/kazoo_token_buckets-1.0.0/src/kz_buckets.erl core/kazoo_token_buckets-1.0.0/src/kz_token_bucket.erl core/kazoo_translator-1.0.0/src/convertors/kzt_kazoo.erl core/whistle-1.0.0/src/api/wapi_presence.erl core/whistle-1.0.0/src/wh_json.hrl core/whistle-1.0.0/src/wh_util.erl core/whistle_apps-1.0.0/src/whapps_call.erl core/whistle_number_manager-1.0.0/include/wh_number_manager.hrl core/whistle_number_manager-1.0.0/src/providers/wnm_prepend.erl core/whistle_number_manager-1.0.0/src/wh_number_manager.erl core/whistle_services-1.0.0/src/bookkeepers/wh_bookkeeper_braintree.erl core/whistle_services-1.0.0/src/wh_services.erl
- Loading branch information
Showing
852 changed files
with
36,084 additions
and
17,601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
language: erlang | ||
notifications: | ||
email: | ||
email: | ||
- [email protected] | ||
- [email protected] | ||
irc: | ||
channels: | ||
irc: | ||
channels: | ||
- "irc.freenode.org#2600hz-dev" | ||
otp_release: | ||
- R16B | ||
- R15B03 | ||
- R15B02 | ||
- R15B01 | ||
- R15B | ||
before_install: | ||
- sudo apt-get install -qq xsltproc | ||
script: "make compile" | ||
after script: "make eunit" | ||
- set -e | ||
- sudo apt-get install -qq xsltproc | ||
- cd $HOME | ||
- git clone --depth=50 --branch=master https://github.com/manopapad/proper.git proper | ||
- cd proper | ||
- make fast | ||
- cd $TRAVIS_BUILD_DIR | ||
script: make compile | ||
after_success: | ||
- make xref | ||
- ERL_LIBS="$HOME/proper" make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.