Travis CI: Update config from rabbitmq-common
This commit is contained in:
		
							parent
							
								
									7013527564
								
							
						
					
					
						commit
						0e4c0ba835
					
				|  | @ -31,11 +31,20 @@ otp_release: | ||||||
|   - '22.2' |   - '22.2' | ||||||
| 
 | 
 | ||||||
| install: | install: | ||||||
|   - mix local.hex --force |   # This project being an Erlang one (we just set language to Elixir | ||||||
|  |   # to ensure it is installed), we don't want Travis to run mix(1) | ||||||
|  |   # automatically as it will break. | ||||||
|  |   skip | ||||||
| 
 | 
 | ||||||
| script: | script: | ||||||
|  |   # $current_rmq_ref is also used by rabbitmq-components.mk to select | ||||||
|  |   # the appropriate branch for dependencies. | ||||||
|  |   - make check-rabbitmq-components.mk | ||||||
|  |     current_rmq_ref="${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH}}" | ||||||
|   - make xref |   - make xref | ||||||
|  |     current_rmq_ref="${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH}}" | ||||||
|   - make tests |   - make tests | ||||||
|  |     current_rmq_ref="${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH}}" | ||||||
| 
 | 
 | ||||||
| after_failure: | after_failure: | ||||||
|   - | |   - | | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue