I have an idea: let's mix snake case and hyphens in our api naming scheme

This commit is contained in:
Ryan Plessner 2014-12-30 09:25:27 -05:00
parent 598ba4c19c
commit e622bffcd5

View File

@ -21,7 +21,7 @@
(system* (path->string post) coverage-file))
;; Maps service name to the environment variable that indicates that the service is to be used.
(define BUILD-TYPES (hash "travis_ci" "TRAVIS_BUILD_ID"))
(define BUILD-TYPES (hash "travis-ci" "TRAVIS_BUILD_ID"))
;; -> [Hasheq String String
;; Determine the type of build (e.g. repo token, travis, etc) and return the appropriate metadata