mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-04 02:20:26 -05:00 
			
		
		
		
	No, I do actually want to only release on a tag
This commit is contained in:
		@ -12,4 +12,8 @@ before_install:
 | 
				
			|||||||
script:
 | 
					script:
 | 
				
			||||||
- ./gradlew test --stacktrace
 | 
					- ./gradlew test --stacktrace
 | 
				
			||||||
after_success:
 | 
					after_success:
 | 
				
			||||||
- ./gradlew jacocoTestReport coveralls publishRelease
 | 
					- ./gradlew jacocoTestReport coveralls
 | 
				
			||||||
 | 
					- if [ $TRAVIS_TAG ];
 | 
				
			||||||
 | 
					  then echo "Publishing to Play store...";
 | 
				
			||||||
 | 
					  ./gradlew publishRelease;
 | 
				
			||||||
 | 
					  fi
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user