Skip to content

Commit b951634

Browse files
committed
Run unit tests on Travis
1 parent c778e03 commit b951634

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ matrix:
3333
env:
3434
- MAGENTO_VERSION=2.3-develop
3535
- TEST_SUITE=integration
36+
- php: 7.2
37+
env:
38+
- MAGENTO_VERSION=2.2
39+
- TEST_SUITE=unit
40+
- php: 7.3
41+
env:
42+
- MAGENTO_VERSION=2.3-develop
43+
- TEST_SUITE=unit
3644
env:
3745
global:
3846
- COMPOSER_BIN_DIR=~/bin

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,7 @@
2626
"src/registration.php"
2727
],
2828
"psr-4": {
29-
"IntegerNet\\AsyncVarnish\\": "src/"
30-
}
31-
},
32-
"autoload-dev": {
33-
"files": [
34-
"src/registration.php"
35-
],
36-
"psr-4": {
37-
"IntegerNet\\AsyncVarnish\\": "tests/src/"
29+
"IntegerNet\\AsyncVarnish\\": ["src/", "tests/src/"]
3830
}
3931
},
4032
"repositories": [

0 commit comments

Comments
 (0)