Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1912)

Unified Diff: third_party/pkg/angular/travis.md

Issue 1058283006: Update pubspecs and dependencies to get pkgbuild tests working. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/pkg/angular/travis.md
diff --git a/third_party/pkg/angular/travis.md b/third_party/pkg/angular/travis.md
deleted file mode 100644
index 95e1eaac7d2e2c430e937832a3bb4cf982a0a176..0000000000000000000000000000000000000000
--- a/third_party/pkg/angular/travis.md
+++ /dev/null
@@ -1,34 +0,0 @@
-= Travis-CI Setup Instructions
-
-== Set Up Instructions
-
-1. Go to https://travis-ci.org/ and 'Sign in with Github'
-2. Visit https://travis-ci.org/profile to trigger a Github sync (this may take a minute)
-3. Find your project and flip the switch. This would be "<yourname>/angular.dart"
-4. Click the little wrench next to the switch, it will take you to github.
-5. Scroll down to Travis and click it
-6. Click the 'Test Hook' button.
-
-== What does it do?
-
-- Every time you push to your repo, Travis will grab the changes from your repo and run a
- build on it.
-- The build runs on Chrome and Dartium stable browsers.
-
-
-== How does it work.
-
-All scripts can be found it `.travis.yml' and `./scripts/travis` folder.
-
-1. Install latest google-chrome
-2. Install Dart stable or dev channel (currently only running on stable, see `.travis.yml` `matrix`)
-3. Run analyzer on the code
-4. Run karma on both Dartium (dart) and Chrome (dart2js)
-5. Generate documentation
-
-
-== What needs to be done
-
-- Publish generated documentation to a URL
-- If the branch is `presubmit`, then `github push upstream presubmit:master`
-- Collect/publish the test runs/times to some dashboard/graphing service

Powered by Google App Engine
This is Rietveld 408576698