-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commercetools/support additional types for contentful (#27)
* refactor contentful cms page implementation to improve readability * extend contentful cms page implementation to support querying array entries * extend contentful cms page implementation to support field arrays and Location type * refactor field types handling * extend integration tests after providing support for new models on contentful * extend unit tests after providing support for new models on contentful * improve type casting and provide more concise name of the method * clean up it test * Remove typo
- Loading branch information
Showing
6 changed files
with
466 additions
and
139 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ script: | |
- "sbt test it:test unidoc" | ||
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then sbt | ||
"gitPublish target/javaunidoc https://$GH_TOKEN:[email protected]/$TRAVIS_REPO_SLUG.git | ||
javadoc sphere-oss [email protected]"; fi\ | ||
javadoc sphere-oss [email protected]"; fi | ||
|
||
jdk: | ||
- oraclejdk8 | ||
|
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
Oops, something went wrong.