Skip to content

Commit

Permalink
Running tests on php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeProKid committed Mar 14, 2019
1 parent bcc2120 commit e937b8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ cache:

matrix:
include:
- php: 7.2
env: WP_VERSION=latest
- php: 7.1
env: WP_VERSION=latest
- php: 7.0
Expand Down Expand Up @@ -48,4 +50,4 @@ script:
fi
after_success:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"classmap": [
"src/"
]
},
"require-dev": {
"phpunit/phpunit": "5.6"
}
}
}

0 comments on commit e937b8c

Please sign in to comment.