- 03 Jul, 2018 1 commit
-
-
Danny Tuppeny authored
* Upgrade to current LTS version of Node The version of NPM with Node 6 is over a year old and frequently hangs trying to install Firebase tools. * Temporarily comment out this condition so the install runs on Travis * Revert "Temporarily comment out this condition so the install runs on Travis" This reverts commit 74db9366b4b1b094369388ef50fb26f3b7fd3104. * Pin to nodejs v8.1
-
- 16 Mar, 2018 1 commit
-
-
Vyacheslav Egorov authored
-
- 15 Mar, 2018 2 commits
-
-
Vyacheslav Egorov authored
* Upgrade packages to pull in newest petitparser with Dart 2 fixes. * Don't allow Dart 2 failures. * Address new lints discovered by updated analyzer.
-
Siva authored
* iupdate engine version to 141176b9004d7b01325629fd45b2ef61b0d00251 * update engine version to f192c59d76c0afe63f2290c3ed76061f00c77cc7 This rolls dart to version 0175f24b2549732d0010708988fd328440c3f956 * Move dart 2 tests back to optional section to allow debugging of a new regression in the petitParser package. * Update
-
- 14 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
-
- 01 Mar, 2018 1 commit
-
-
Alexander Aprelev authored
* Run flutter tests in preview-dart-2 mode on travis flutter builds. * Run dart2 tests on osx. Run dart tests in dart2. * Fix name camelCase * Default options to empty array, rather than null * Troubleshoot failures * More logging * Troubleshoot: run single test * Troubleshoot: run 15 tests * Troubleshoot: run 15 tests with fix * Try limit concurrency to 1 * Limit concurrency for preview-dart-2 tests to 4 * Move dart2 tests to allow_failures section * Reinstate tests_dart_2 shard * Raise concurrency to 8 * Reuse compiler across multiple test runs * Allow to switch entry points when recompiling. Actually use single compiler to incrementally recompile all tests executed by 'flutter test'. * Remove leftover commented code * Fix comment * Lints
-
- 21 Feb, 2018 1 commit
-
-
xster authored
-
- 05 Feb, 2018 1 commit
-
-
xster authored
* iOS works * Works on Android * Take in commit number in iOS also. Get rid of image upload for Android. It's just a waste of bandwidth * Tweak to fix on Travis
-
- 18 Jan, 2018 1 commit
-
-
Ian Hickson authored
Generate the "version" file from git tags. Remove the old VERSION file and mentions of versions in pubspec.yaml files. Replace the old update_versions.dart script with a new roll_dev.dart script. Update "flutter channel". Update "flutter upgrade", including making it transition from alpha to dev. Update "flutter --version" and "flutter doctor".
-
- 16 Nov, 2017 1 commit
-
-
Greg Spencer authored
-
- 07 Sep, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 07 Aug, 2017 1 commit
-
-
Ian Hickson authored
I forgot to do this when I updated our test package.
-
- 04 Aug, 2017 1 commit
-
-
Jason Simmons authored
In a Travis environment, the test package is exiting the process after completing the tests. See dart-lang/test@d1057c4 The flutter test command calls the test package's main() and then expects to do other work afterward. The exit prevents flutter test from writing the new coverage results, causing the coveralls tool to run against an old lcov.info file.
-
- 03 Aug, 2017 2 commits
-
-
Jacob Richman authored
This reverts commit 0cfd3dec239faf3c13ce759df15ddab226545e8c.
-
Jacob Richman authored
-
- 10 Jul, 2017 1 commit
-
-
Todd Volkert authored
Fixes #7894
-
- 07 Jul, 2017 1 commit
-
-
- 27 Jun, 2017 4 commits
-
-
Todd Volkert authored
This reverts commit b800654a.
-
Todd Volkert authored
This time, do so in Travis' sudo-enabled environment, which is said to be less prone to networking issues. It also means we'll run in an env with 7.5GB of RAM instead of 4GB or RAM (at the cost of about 45 seconds of extra boot-up time). https://github.com/flutter/flutter/issues/10940
-
Ian Hickson authored
This reverts commit aa904a58.
-
Todd Volkert authored
Fixes #10940
-
- 23 Jun, 2017 1 commit
-
-
- 16 Jun, 2017 1 commit
-
-
Todd Volkert authored
-
- 24 Apr, 2017 1 commit
-
-
Michael Thomsen authored
* Upgrade node version * Upgrade node version, but no further than 6 which is in LTS
-
- 09 Mar, 2017 1 commit
-
-
Jason Simmons authored
-
- 17 Feb, 2017 1 commit
-
-
Adam Barth authored
-
- 10 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
This used to be the logic before I made the tests portable.
-
- 08 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 15 Dec, 2016 1 commit
-
-
Ian Hickson authored
-
- 13 Dec, 2016 1 commit
-
-
Chinmay Garde authored
-
- 22 Nov, 2016 1 commit
-
-
Chinmay Garde authored
-
- 12 Jul, 2016 1 commit
-
-
Seth Ladd authored
* configs for firebase hosting * use the implicit FIREBASE_TOKEN * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
-
- 08 Jul, 2016 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
- 22 Jun, 2016 1 commit
-
-
Adam Barth authored
This patch causes us to upload a coverage report to coveralls.io.
-
- 18 May, 2016 1 commit
-
-
Ian Hickson authored
This moves all the bot-related files to `dev/bots`, hiding it from our home page in github. Also, simplifies the travis setup, though that doesn't do any difference to the performance sadly.
-
- 15 Dec, 2015 1 commit
-
-
Eric Seidel authored
@abarth
-
- 14 Dec, 2015 1 commit
-
-
Eric Seidel authored
Makes it more obvious where we are spending our time on Travis. Also added travis caching for the global pub cache to speed this up! Modeled what dartdoc does: https://github.com/dart-lang/dartdoc/blob/master/.travis.yml#L13 @Hixie
-
- 21 Nov, 2015 1 commit
-
-
Adam Barth authored
Hopefully this will make Travis green.
-
- 12 Nov, 2015 1 commit
-
-
Hixie authored
Turns out that ignoring all error lines that match the empty string is a poor way to go. Also, we have to update all the example packages now too, since we analyze them. So just have travis use our update script. Also, remove flutter_tools' old travis stuff. It's now part of a bigger repo. Also, make travis use the dev Dart SDK, since we need the new analyzer. Stable is way too out of date, e.g. it still complains about libraries not having names and mixins using 'super', and the strong mode hints are even more aggressive than on dev.
-