Skip to content

Commit

Permalink
travis #4, also install js2-old-ident
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeochoa committed Nov 3, 2016
1 parent 3ffa96e commit f540248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ SRCS = rjsx-mode.el
OBJS = rjsx-mode.elc

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


%.elc: %.el
Expand All @@ -22,3 +23,4 @@ test:

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

0 comments on commit f540248

Please sign in to comment.