Skip to content

Commit

Permalink
Add Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed May 20, 2020
1 parent 639334b commit 0a46b9a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php

matrix:
include:
- php: "7.0"
- php: "7.1"
- php: "7.2"
- php: "7.3"
- php: "7.4"

install:
- composer install

script:
- php tests/test.php

0 comments on commit 0a46b9a

Please sign in to comment.