Explorar el Código

Depend on my custom branch of ert-runner

Ryan C. Thompson hace 8 años
padre
commit
825357289f
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      Cask

+ 6 - 1
Cask

@@ -6,4 +6,9 @@
 
 
 (development
 (development
  (depends-on "f")
  (depends-on "f")
- (depends-on "ert-runner"))
+ (depends-on "ert-runner"
+             :git "https://github.com/DarwinAwardWinner/ert-runner.el.git"
+             :branch "win-fix"
+             :files ("*.el"
+                     ("bin" "bin/*")
+                     ("reporters" "reporters/*.el"))))