emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode e4b3428 244/352: Remove test branch in travis,


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode e4b3428 244/352: Remove test branch in travis, add README
Date: Sun, 29 Aug 2021 11:22:54 -0400 (EDT)

branch: elpa/julia-mode
commit e4b34286bc8ec3006a24ece6a1280ede943eb6e1
Author: Yichao Yu <yyc1992@gmail.com>
Commit: Yichao Yu <yyc1992@gmail.com>

    Remove test branch in travis, add README
---
 .travis.yml |  1 -
 README.md   | 12 ++++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 32a1dfe..5ecccec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,6 @@ matrix:
 branches:
   only:
     - master
-    - travis
 
 install:
   - if [ "$EMACS" = 'emacs23' ]; then
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..289195f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# Emacs major mode for the julia programming language
+
+[![Build 
Status](https://travis-ci.org/JuliaLang/julia-emacs.svg?branch=master)](https://travis-ci.org/JuliaLang/julia-emacs)
+
+# Install
+
+Put the following code in your `.emacs`, `site-load.el`, or other relevant file
+
+```elisp
+(add-to-list 'load-path "path-to-julia-mode")
+(require 'julia-mode)
+```



reply via email to

[Prev in Thread] Current Thread [Next in Thread]