Parcourir la source

Depend on my custom branch of ert-runner

Ryan C. Thompson il y a 8 ans
Parent
commit
825357289f
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      Cask

+ 6 - 1
Cask

@@ -6,4 +6,9 @@
 
 (development
  (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"))))