Skip to content

Commit

Permalink
✅ Add travis ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Jul 20, 2021
1 parent 873765b commit c2f796d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
preset: laravel
php:
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

sudo: true

php:
- 7.4
- 8.0

os: linux

before_script:
- travis_retry composer self-update
- composer install

script:
- vendor/bin/phpinsights

0 comments on commit c2f796d

Please sign in to comment.