Sha256: 7f5d4f44a4b09defb007ed80bc359c6dbde5b4f2a72c3b7e6426680d8d4d2c86
Contents?: true
Size: 304 Bytes
Versions: 23
Compression:
Stored size: 304 Bytes
Contents
module KnapsackPro module Config module CI class Travis < Base def commit_hash ENV['TRAVIS_COMMIT'] end def branch ENV['TRAVIS_BRANCH'] end def project_dir ENV['TRAVIS_BUILD_DIR'] end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems