.travis.yml 60 Bytes
Newer Older
1 2 3 4 5
language: php

php:
  - 5.3

6
script: "php artisan test:core"