V2.0.0 travis ci - #87
Open
ArchitShah248 wants to merge 44 commits into
Open
Conversation
* - V2.0.0 - Added DateSelection mode (FREE_RANGE, SINGLE, LIMITED_RANGE) and custom attribute to support it - Added api to set days selection * - V2.0.0 - Added unit tests for DateSelection mode (FREE_RANGE, SINGLE, FIXED_RANGE) - Added api validation unit tests for `setFixedDaysSelection` api - Added Robolectric and other needed libraries for Instrumented tests
- Added .travis.yml file
- Added kotlin support to app - Modified e2e test
- Changed script command
This reverts commit 9d5fee0
- Travis ./gradlew permission issue (https://stackoverflow.com/questions/33820638/travis-yml-gradlew-permission-denied)
- Travis issue- can not find local.properties(https://stackoverflow.com/questions/42827701/travis-fails-to-build-android-project-no-local-properties/50113175#50113175)
- Travis issue- `No connected devices!`(https://docs.travis-ci.com/user/languages/android/#how-to-create-and-start-an-emulator)
- Travis issue- `Target id is not valid`
- Travis issue- `Target id is not valid`
- Travis issue- `Target id is not valid`
- Updated gradle
…eRangePicker into V2.0.0_TravisCI � Conflicts: � app/build.gradle � app/src/androidTest/java/com/archit/calendardaterangepicker/CalendarTest.kt � app/src/androidTest/java/com/archit/calendardaterangepicker/ExampleInstrumentedTest.java � app/src/main/java/com/archit/calendardaterangepickerdemo/MainActivity.java � app/src/main/res/layout/activity_main.xml � awesome-calendar/src/androidTest/java/com/test/awesomecalendar/ExampleInstrumentedTest.java � awesome-calendar/src/main/java/com/archit/calendardaterangepicker/customviews/CalendarDateRangeManagerImpl.kt � awesome-calendar/src/main/java/com/archit/calendardaterangepicker/customviews/CalendarRangeUtils.kt � awesome-calendar/src/main/java/com/archit/calendardaterangepicker/customviews/DateRangeMonthView.kt � awesome-calendar/src/test/java/com/test/awesomecalendar/DateRangeCalendarManagerTest.kt � build.gradle
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.