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

Unified Diff: bower_components/web-animations-js/.travis-run.sh

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « bower_components/web-animations-js/.travis.yml ('k') | bower_components/web-animations-js/.travis-setup.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bower_components/web-animations-js/.travis-run.sh
diff --git a/bower_components/web-animations-js/.travis-run.sh b/bower_components/web-animations-js/.travis-run.sh
deleted file mode 100755
index 24c204c652b34a3fa6e3cf48709b90299a2e7269..0000000000000000000000000000000000000000
--- a/bower_components/web-animations-js/.travis-run.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#! /bin/bash
-
-set -x
-
-if [ x$MODE == x'check' ]; then
- SUCCESS=0
-
- # Check that the testcases json file has been updated
- echo "Checking test cases is up to date..."
- python ./test/update-testcases.py --dry-run
- let "SUCCESS += $?"
-
- # Check that the web-animations.js file passes lint checks
- ./run-lint.sh
- let "SUCCESS += $?"
-
- exit $SUCCESS
-else
- # For pull requests we don't have access to secure environment variables, so we just return true.
- if [ x$BROWSER == "xRemote" -a x$SAUCE_ACCESS_KEY == x"" ]; then
- exit 0
- fi
-
- if [ x$BROWSER == "xAndroid-Chrome" ]; then
- echo ./run-tests-android.sh $ARGS | bash || exit 1
- else
- echo ./run-tests.sh $ARGS | bash || exit 1
- fi
-fi
« no previous file with comments | « bower_components/web-animations-js/.travis.yml ('k') | bower_components/web-animations-js/.travis-setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698