-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #552 from esl/rel-1.6
MongooseIM 1.6.0
- Loading branch information
Showing
326 changed files
with
31,243 additions
and
9,533 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 |
---|---|---|
|
@@ -3,8 +3,9 @@ before_install: | |
- sudo apt-get install libpam0g-dev libexpat1-dev odbc-postgresql libmyodbc | ||
- if [ $PRESET = 'ldap_mnesia' ]; then sudo apt-get update && sudo apt-get install slapd ldap-utils; fi | ||
- tools/travis-generate-pass.sh | ||
- tools/travis-check-tests-branch.sh | ||
install: tools/travis-build.sh | ||
install: | ||
- tools/travis-build.sh | ||
- tools/travis-build-tests.sh | ||
before_script: | ||
- tools/travis-setup-db.sh | ||
- if [ $PRESET = 'ldap_mnesia' ]; then tools/travis-setup-ldap.sh; fi | ||
|
@@ -22,25 +23,30 @@ after_script: | |
after_success: | ||
- make cover_report | ||
|
||
services: redis-server | ||
services: | ||
- redis-server | ||
branches: | ||
only: | ||
- master | ||
- stable | ||
notifications: | ||
email: [email protected] | ||
|
||
otp_release: | ||
- R16B03 | ||
- 17.5 | ||
env: | ||
- PRESET=internal_redis DB=mnesia REL_CONFIG=with-redis | ||
- PRESET=internal_mnesia DB=mnesia | ||
- PRESET=mysql_mnesia DB=mysql REL_CONFIG=with-mysql | ||
- PRESET=odbc_pgsql_mnesia DB=pgsql REL_CONFIG=with-odbc | ||
- PRESET=pgsql_mnesia DB=pgsql REL_CONFIG=with-pgsql | ||
- PRESET=ldap_mnesia DB=mnesia | ||
- PRESET=riak_mnesia DB=riak REL_CONFIG=with-riak | ||
- PRESET=external_mnesia DB=mnesia | ||
|
||
matrix: | ||
include: | ||
- otp_release: R15B03 | ||
env: PRESET=internal_mnesia DB=mnesia | ||
env: PRESET=internal_mnesia DB=mnesia | ||
- otp_release: R16B03 | ||
env: PRESET=internal_mnesia DB=mnesia | ||
- otp_release: 18.0 | ||
env: PRESET=internal_mnesia DB=mnesia |
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.