1. 25 Feb, 2019 1 commit
  2. 24 Jan, 2019 2 commits
  3. 22 Jan, 2019 1 commit
  4. 19 Jan, 2019 2 commits
  5. 18 Jan, 2019 1 commit
  6. 21 Dec, 2018 1 commit
  7. 19 Dec, 2018 3 commits
  8. 18 Dec, 2018 1 commit
  9. 11 Dec, 2018 1 commit
  10. 20 Oct, 2018 1 commit
  11. 18 Oct, 2018 2 commits
  12. 11 Oct, 2018 1 commit
  13. 08 Oct, 2018 1 commit
  14. 03 Oct, 2018 1 commit
  15. 07 Aug, 2018 1 commit
    • Greg Spencer's avatar
      Remove Travis configuration from flutter/flutter (#20288) · e60087a1
      Greg Spencer authored
      This removes the final traces of Travis and Appveyor from the Flutter tree.
      
      I've updated the documentation and fixed a couple of places where scripts look for Travis, and eliminated the dart tools runningOnTravis function (which was unused anyhow).
      
      There are places in the flutter script that used to look for the environment variable TRAVIS. We actually do want to continue to detect that we're running on Travis there, since in the plugins repo we still use Travis (for the moment). In any case, it's OK, because the CI environment variable is set on all of the CI bots (Cirrus, Travis, and Appveyor).
      
      FastLane doesn't have a setup_cirrus equivalent to setup_travis, but it actually doesn't matter there either, since it doesn't do Travis-specific things, and it also looks for the CI environment variable.
      e60087a1
  16. 15 Jun, 2018 1 commit
  17. 01 Jun, 2018 1 commit
  18. 31 May, 2018 2 commits
  19. 28 May, 2018 4 commits
  20. 07 May, 2018 1 commit
  21. 27 Apr, 2018 1 commit
  22. 26 Apr, 2018 1 commit
  23. 25 Apr, 2018 2 commits
  24. 24 Mar, 2018 1 commit
  25. 01 Mar, 2018 1 commit
  26. 26 Feb, 2018 1 commit
  27. 21 Feb, 2018 1 commit
  28. 16 Feb, 2018 1 commit
  29. 05 Feb, 2018 1 commit
  30. 31 Jan, 2018 1 commit
    • xster's avatar
      Fastlane instructives for tool publishing the Gallery (#14347) · 82ddabd3
      xster authored
      * first round fastlane working on Android
      
      * clean up and start ios
      
      * Partial iOS
      
      * Got a fastfile that works on iOS
      
      * Finalize Android push instructions
      
      * Finalize instructions for iOS
      
      * Extra cleanup and optipng
      
      * Disable readme autogen and add a default readme
      82ddabd3