Skip to content

Commit

Permalink
simple CI to run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrique Perez committed Aug 11, 2017
1 parent c2a8a2b commit a421eb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
machine:
php:
version: 7.1.3

test:
override:
- vendor/bin/phpunit

0 comments on commit a421eb4

Please sign in to comment.