Skip to content

Commit

Permalink
Merge pull request #35 from CrazyTapok-bit/dev-master
Browse files Browse the repository at this point in the history
Added Travis
  • Loading branch information
CrazyTapok-bit authored May 27, 2023
2 parents 2716f1d + 01a7d0b commit ffe0f7d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: php

php:
- "8.0"
- "8.1"
- "8.2"

install:
- composer install

script:
- composer test
- composer analyze

0 comments on commit ffe0f7d

Please sign in to comment.