9 lines
		
	
	
		
			No EOL
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
set -x
 | 
						|
set -e
 | 
						|
 | 
						|
mix local.hex --force
 | 
						|
mix local.rebar --force
 | 
						|
mix deps.get
 | 
						|
mix test |