Set up circle ci

This commit is contained in:
Eric Freese 2017-02-26 14:19:09 -07:00
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)