Skip to content

Commit f540248

Browse files
committed
travis #4, also install js2-old-ident
1 parent 3ffa96e commit f540248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SRCS = rjsx-mode.el
66
OBJS = rjsx-mode.elc
77

88
JS2_LINK = https://raw.githubusercontent.com/mooz/js2-mode/master/js2-mode.el
9+
JS2_OLD_INDENT_LINK = https://raw.githubusercontent.com/mooz/js2-mode/master/js2-old-indent.el
910

1011

1112
%.elc: %.el
@@ -22,3 +23,4 @@ test:
2223

2324
install-deps:
2425
curl --silent '$(JS2_LINK)' > js2-mode.el
26+
curl --silent '$(JS2_OLD_INDENT_LINK)' > js2-old-indent.el

0 commit comments

Comments
 (0)