-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WpApiClient::Collection: Added accessor to get total pages for a custom post_type posts
- Loading branch information
Mohan Raja Gadikota
authored and
Mohan Gadikota
committed
Jul 8, 2019
1 parent
e2e61e9
commit 3ecc7fe
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
language: ruby | ||
rvm: | ||
- 2.3.0 | ||
- 2.5.3 | ||
before_install: gem install bundler -v 1.11.2 | ||
script: | ||
- WP_VERSION=4.4 bundle exec rspec | ||
- WP_VERSION=4.5 bundle exec rspec | ||
- WP_VERSION=4.5.3 bundle exec rspec | ||
- WP_VERSION=4.5.3_b13 bundle exec rspec | ||
- WP_VERSION=4.7 bundle exec rspec | ||
- WP_VERSION=4.7.2 bundle exec rspec | ||
cache: bundler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters