Skip to content

Commit

Permalink
Adding Travis and minimum PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
njames committed Apr 8, 2020
1 parent cfc0903 commit 383b637
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- hhvm
- 7.2
- 7.3
- 7.4

matrix:
allow_failures:
- php: hhvm

before_script:
- composer install
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
"psr-4": {
"MyobPhpSdk\\": "src/MyobPhpSdk/"
}
}
},
"config": {
"platform": {
"php": "7.2"
}
}
}

0 comments on commit 383b637

Please sign in to comment.