Travis CI: Use Ubuntu Trusty image to have access to Elixir
Also, required `sudo` so a VM is used instead of a container. This makes the test much longer, but allows us to install non-whitelisted packages such as xsltproc.
This commit is contained in:
		
							parent
							
								
									17a9fc4642
								
							
						
					
					
						commit
						c82182b675
					
				|  | @ -1,4 +1,10 @@ | |||
| sudo: false | ||||
| # vim:sw=2:et: | ||||
| 
 | ||||
| # Use Ubuntu Trusty to have access to Elixir. | ||||
| dist: trusty | ||||
| group: beta | ||||
| sudo: required | ||||
| 
 | ||||
| language: erlang | ||||
| notifications: | ||||
|   email: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue