Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Mar 18, 2016
1 parent cae5092 commit 4710d29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
machine:
node:
version: 5.3.0
php:
version: 5.5.11

dependencies:
php:
- composer install --prefer-source --no-interaction

test:
override:
- npm test
- phpunit test/platform.php.test.php

0 comments on commit 4710d29

Please sign in to comment.