Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed integration test on linux (#21)
* Added master branch on linux and macos to test code coverage * Fix build problem on linux * Fixed build for beta v0.11.7 * Released pin to v0.9.4 to build on v0.11.7 * Increased timeout on integration test * Removed allow failure on unit test on beta on osx Removed allow failure on integration test on linux Added allow failure on unit test on dev * Added unit/widget tests and moved integration tests to stable channel * Upgrade to Flutter v1.2.1 * Merge branch 'master' into dev # Conflicts: # .travis.yml * Fixed syntax * Fixed using pre-compiled flutter * Fixed download by channel * Reverted to compiling on master branch * Added android sdk tools and platform required by flutter and emulator * Added android sdk tools and platform required by emulator Skipped homebrew update * Added check to only install code coverage on linux os and stable channel * Fixed parsing * Refeshed project to current expected build files * Bypassed unit tests * Replaced unit tests * Fixed master branch name * Released v0.1.3 * Fixed integration test on linux * Skipped unit tests for now * Globalized flutter version * Setup flutter version as global * Upgraded to current flutter version and re-enabled unit tests * Installed required android dependencies for flutter on linux
- Loading branch information