| 
					
				 | 
			
			
				@@ -15,10 +15,8 @@ addons: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 go_import_path: gopkg.in/src-d/hercules.v5 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 go: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  - 1.9.x 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - 1.10.x 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - 1.11.x 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  - tip 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 cache: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   directories: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - $HOME/.cache/pip 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -74,7 +72,7 @@ script: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - (cd contrib/_plugin_example && make) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - $GOPATH/bin/hercules --burndown --burndown-files --burndown-people --couples --quiet https://github.com/src-d/hercules | python3 labours.py -m all -o out --backend Agg --disable-projector 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - $GOPATH/bin/hercules --burndown --burndown-files --burndown-people --couples --quiet --pb https://github.com/src-d/hercules | python3 labours.py -f pb -m all -o out --backend Agg --disable-projector 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  - $GOPATH/bin/hercules --sentiment --quiet --languages Python https://github.com/src-d/hercules > /dev/null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  - # $GOPATH/bin/hercules --sentiment --quiet --languages Python https://github.com/src-d/hercules > /dev/null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - set +e 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   - if [[ $TRAVIS_GO_VERSION = 1.10.* ]]; then bash <(curl -s https://codecov.io/bash); fi 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -83,6 +81,8 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - stage: test 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       language: generic 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       env: DOCKER_BUILD=1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      before_install: skip 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      install: skip 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       script: docker build -t srcd/hercules . 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     - stage: deploy 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       os: osx 
			 |