Skip to content

Commit

Permalink
forge-startup-asserts: Remove Travis kludge
Browse files Browse the repository at this point in the history
We don't use Travis anymore.
  • Loading branch information
tarsius committed Apr 21, 2024
1 parent 2f05d51 commit caf93cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lisp/forge.el
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ is loaded, then `magit-mode-map' ends up being modified anyway.")

(defun forge-startup-asserts ()
(let ((version (magit-git-version)))
(when (and version
(version< version forge--minimal-git)
(not (equal (getenv "TRAVIS") "true")))
(when (and version (version< version forge--minimal-git))
(display-warning 'magit (format "\
Forge requires Git >= %s, you are using %s.
Expand Down

0 comments on commit caf93cc

Please sign in to comment.