mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #1919 from drwetter/rm_travisCIhook
Remove travis CI hook
This commit is contained in:
		
							
								
								
									
										24
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -1,24 +0,0 @@ | ||||
| language: perl | ||||
| dist: bionic | ||||
| perl: | ||||
|    - "5.26" | ||||
| addons: | ||||
|   apt: | ||||
|     packages: | ||||
|     - dnsutils | ||||
|     - jsonlint | ||||
| before_install: | ||||
|   - | | ||||
|     echo "Checking if a CI run is needed post commit: ${TRAVIS_COMMIT_RANGE}" | ||||
|     if ! git diff --name-only ${TRAVIS_COMMIT_RANGE} | grep -qvE '(\.md$)|(\.pem$)|(\.pdf$)|(\.html$)|^(LICENSE)|^(docs)|^(utils)|^(bin)|(Dockerfile)' | ||||
|     then | ||||
|       echo "No code was updated, not running the CI." | ||||
|       exit | ||||
|     fi | ||||
| install: | ||||
|   - cpanm --notest Test::More | ||||
|   - cpanm --notest Data::Dumper | ||||
|   - cpanm --notest JSON | ||||
| #  - cpanm JSON::Validator | ||||
| script: | ||||
|   - prove -v | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter