all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 2dcc8a61923c5398bd627d56bc24d203c01fc4e4 389 bytes (raw)
name: packages/context-coloring/.travis.yml 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
# https://github.com/rolandwalker/emacs-travis

language: emacs-lisp

node_js:
  - "0.10"

env:
  matrix:
    - EMACS=emacs24

install:
  - if [ "$EMACS" = "emacs24" ]; then
        sudo add-apt-repository -y ppa:cassou/emacs &&
        sudo apt-get update -qq &&
        sudo apt-get install -qq emacs24 emacs24-el;
    fi
  - npm install -g scopifier

script:
  make test EMACS=${EMACS}

debug log:

solving 2dcc8a6 ...
found 2dcc8a6 in https://yhetil.org/emacs/CAGiE8AwNSp9bvmmsCCnS37mE84n=ii49y9+gZfgUF0z8pa-QEA@mail.gmail.com/

applying [1/1] https://yhetil.org/emacs/CAGiE8AwNSp9bvmmsCCnS37mE84n=ii49y9+gZfgUF0z8pa-QEA@mail.gmail.com/
diff --git a/packages/context-coloring/.travis.yml b/packages/context-coloring/.travis.yml
new file mode 100644
index 0000000..2dcc8a6

Checking patch packages/context-coloring/.travis.yml...
Applied patch packages/context-coloring/.travis.yml cleanly.

index at:
100644 2dcc8a61923c5398bd627d56bc24d203c01fc4e4	packages/context-coloring/.travis.yml

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.