Skip to content

Commit

Permalink
Adds CI test for a class
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Mar 22, 2018
1 parent ac9d8b6 commit e222b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ php:
install:
- composer install
script:
- python -mjson.tool composer.json
- php -r 'include "vendor/autoload.php"; new NT\Drupal\Testing\PHPUnit\DrupalTestCase;'
after_install:
- composer show

0 comments on commit e222b86

Please sign in to comment.