Skip to content

Commit

Permalink
Adding CircleCI config for basic tests (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
keitwb authored and charless-splunk committed May 2, 2017
1 parent 2808620 commit 8c2c2ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
general:
build_dir: tests
test:
override:
- bash run_tests.sh | tee /tmp/test.log
- grep -v -E 'FAILED|ERROR' /tmp/test.log

0 comments on commit 8c2c2ae

Please sign in to comment.