Set up circle ci

This commit is contained in:
Eric Freese
2017-02-26 14:19:09 -07:00
parent 468b7403e9
commit 39762ecd97
4 changed files with 19 additions and 0 deletions

View File

@@ -32,4 +32,5 @@ clean:
.PHONY: test
test: all
@test -n "$$TEST_ZSH_BIN" && echo "Testing zsh binary: $(TEST_ZSH_BIN)" || true
bundle exec rspec $(TESTS)