Skip to content

Commit

Permalink
fixed: travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Nov 15, 2015
1 parent 48370cb commit 939c3a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ build: eslint
@ mkdir -p $(DIST)
@ $(JSPP) $(JSPP_RIOT_FLAGS) lib/index.js > $(DIST)riot.compiler.js
@ $(JSPP) $(JSPP_NODE_FLAGS) lib/index.js > $(DIST)compiler.js
@ sed -i '' 's/WIP/v$(VERSION)/' dist/*compiler.js

bump:
# Bump a new release
@ sed -i '' 's/WIP/v$(VERSION)/' $(DIST)*compiler.js

eslint:
# check code style
Expand Down

0 comments on commit 939c3a0

Please sign in to comment.