mirror of
				https://github.com/awesome-selfhosted/awesome-selfhosted.git
				synced 2025-10-31 20:59:39 +01:00 
			
		
		
		
	travis-ci.yml: only run full check suite from travis cron jobs
This commit is contained in:
		
							parent
							
								
									08f6216dda
								
							
						
					
					
						commit
						8682679816
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -13,8 +13,7 @@ before_install: | |||
|   - cd tests && npm install chalk && cd .. | ||||
| 
 | ||||
| script: | ||||
|   - 'echo "DEBUG: $TRAVIS_BRANCH - $TRAVIS_EVENT_TYPE - $TRAVIS_PULL_REQUEST"' | ||||
|   - 'if [[ "$TRAVIS_BRANCH" == "master" ]]; then make check_all; fi' | ||||
|   - 'if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "cron" ]]; then make check_all; fi' | ||||
|   - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make check_pr; fi' | ||||
| 
 | ||||
| notifications: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nodiscc
						nodiscc