Skip to content

Commit e937b8c

Browse files
committed
Running tests on php 7.2
1 parent bcc2120 commit e937b8c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ cache:
1818

1919
matrix:
2020
include:
21+
- php: 7.2
22+
env: WP_VERSION=latest
2123
- php: 7.1
2224
env: WP_VERSION=latest
2325
- php: 7.0
@@ -48,4 +50,4 @@ script:
4850
fi
4951
5052
after_success:
51-
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
53+
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"classmap": [
1919
"src/"
2020
]
21+
},
22+
"require-dev": {
23+
"phpunit/phpunit": "5.6"
2124
}
22-
}
25+
}

0 commit comments

Comments
 (0)