File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 (let ((column (current-column )))
4141 (delete-region (line-beginning-position ) (line-end-position ))
4242 (when (version<= minimum-version " 26.1" )
43- (insert (spaces-string column) " - EVM_EMACS =emacs-26.3-travis-linux-xenial " " \n " ))
43+ (insert (spaces-string column) " - EMACS_CI =emacs-26-3 " " \n " ))
4444 (when (version<= minimum-version " 27.1" )
45- (insert (spaces-string column) " - EVM_EMACS =emacs-27.2-travis-linux-xenial " " \n " ))
45+ (insert (spaces-string column) " - EMACS_CI =emacs-27-2 " " \n " ))
4646 (when (version<= minimum-version " 28.1" )
47- (insert (spaces-string column) " - EVM_EMACS =emacs-28.2-travis-linux-xenial " " \n " ))
47+ (insert (spaces-string column) " - EMACS_CI =emacs-28-2 " " \n " ))
4848 (when (version<= minimum-version " 29.1" )
49- (insert (spaces-string column) " - EVM_EMACS =emacs-git- snapshot-travis-linux-xenial " ))))
49+ (insert (spaces-string column) " - EMACS_CI =emacs-snapshot" ))))
5050 (save-buffer ))
5151 " done ✓" )
5252 (eask-info " ✓ Successfully created the yaml file in `%s`" filename))))
You can’t perform that action at this time.
0 commit comments