mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #1795 from drwetter/no_code_update
Trying to save resources for poor Travis/CI ;-)
This commit is contained in:
		| @@ -7,6 +7,12 @@ addons: | |||||||
|     packages: |     packages: | ||||||
|     - dnsutils |     - dnsutils | ||||||
|     - jsonlint |     - jsonlint | ||||||
|  | before_install: | ||||||
|  |   - 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: | install: | ||||||
|   - cpanm --notest Test::More |   - cpanm --notest Test::More | ||||||
|   - cpanm --notest Data::Dumper |   - cpanm --notest Data::Dumper | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter