| 
									
										
										
										
											2015-11-29 21:40:23 -08:00
										 |  |  | language: python
 | 
					
						
							|  |  |  | python:
 | 
					
						
							|  |  |  |   - "2.6"
 | 
					
						
							|  |  |  |   - "2.7"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-29 22:09:11 -08:00
										 |  |  | # Use new Travis infrastructure (Docker can't sudo yet)
 | 
					
						
							|  |  |  | sudo: false
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-29 21:40:23 -08:00
										 |  |  | # No need to install any deps.
 | 
					
						
							|  |  |  | install: true
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | before_install:
 | 
					
						
							|  |  |  |   # Need this for the git tests to succeed.
 | 
					
						
							|  |  |  |   - git config --global user.email "spack@example.com"
 | 
					
						
							|  |  |  |   - git config --global user.name "Test User"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | script:
 | 
					
						
							|  |  |  |   - . share/spack/setup-env.sh
 | 
					
						
							| 
									
										
										
										
											2016-03-11 13:33:56 -08:00
										 |  |  |   - spack compilers
 | 
					
						
							|  |  |  |   - spack config get compilers
 | 
					
						
							| 
									
										
										
										
											2015-11-29 21:40:23 -08:00
										 |  |  |   - spack test
 | 
					
						
							| 
									
										
										
										
											2016-03-11 13:33:56 -08:00
										 |  |  |   - spack install -v libdwarf
 | 
					
						
							| 
									
										
										
										
											2015-11-29 21:40:23 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | notifications:
 | 
					
						
							|  |  |  |   email:
 | 
					
						
							|  |  |  |     recipients:
 | 
					
						
							|  |  |  |       - tgamblin@llnl.gov
 | 
					
						
							|  |  |  |     on_success: change
 | 
					
						
							|  |  |  |     on_failure: always
 |