Skip to content

Commit 79ca81c

Browse files
committed
Run unit tests on Travis
1 parent d8ba0b1 commit 79ca81c

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
@@ -25,15 +25,7 @@
2525
"src/registration.php"
2626
],
2727
"psr-4": {
28-
"IntegerNet\\AsyncVarnish\\": "src/"
29-
}
30-
},
31-
"autoload-dev": {
32-
"files": [
33-
"src/registration.php"
34-
],
35-
"psr-4": {
36-
"IntegerNet\\AsyncVarnish\\": "tests/src/"
28+
"IntegerNet\\AsyncVarnish\\": ["src/", "tests/src/"]
3729
}
3830
},
3931
"repositories": [

0 commit comments

Comments
 (0)