mirror of
				https://github.com/rbenv/ruby-build.git
				synced 2025-10-31 17:20:59 +01:00 
			
		
		
		
	Set Travis-specific PATH in travis.yml
This commit is contained in:
		
							parent
							
								
									63ea89819b
								
							
						
					
					
						commit
						fc5e392a54
					
				
					 2 changed files with 2 additions and 4 deletions
				
			
		|  | @ -1,10 +1,8 @@ | |||
| #!/usr/bin/env bash | ||||
| set -e | ||||
| 
 | ||||
| [ -d ./bats/bin ] && export PATH=./bats/bin:"$PATH" | ||||
| 
 | ||||
| STATUS=0 | ||||
| bats -t test || STATUS="$?" | ||||
| bats ${CI:+--tap} test || STATUS="$?" | ||||
| 
 | ||||
| if [ "${TRAVIS_PULL_REQUEST:-false}" != "false" ] &&  [ -z "$TRAVIS_COMMIT_RANGE" ]; then | ||||
|   first_sha="$(curl -fsSL https://github.com/${TRAVIS_REPO_SLUG}/pull/${TRAVIS_PULL_REQUEST}.patch | head -1 | awk '{print $2}')" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue