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

Unified Diff: appengine/config_service/ui/bower_components/sinon-chai/.travis.yml

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 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: appengine/config_service/ui/bower_components/sinon-chai/.travis.yml
diff --git a/appengine/config_service/ui/bower_components/sinon-chai/.travis.yml b/appengine/config_service/ui/bower_components/sinon-chai/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..d7ed39cc5cde95985a2b11f0690529c3d11c7196
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/sinon-chai/.travis.yml
@@ -0,0 +1,14 @@
+language: node_js
+node_js:
+ - "0.10"
+ - stable
+env:
+ # Can't figure out how to DRY this up: http://stackoverflow.com/q/22397300/3191
+ - CHAI_VERSION=^1.9.2 SINON_VERSION=^1.4.0
+ - CHAI_VERSION=^2.0.0 SINON_VERSION=^1.4.0
+ - CHAI_VERSION=^3.0.0 SINON_VERSION=^1.4.0
+ - CHAI_VERSION=^1.9.2 SINON_VERSION=^2.1.0
+ - CHAI_VERSION=^2.0.0 SINON_VERSION=^2.1.0
+ - CHAI_VERSION=^3.0.0 SINON_VERSION=^2.1.0
+script:
+ npm run lint && npm run test-travis

Powered by Google App Engine
This is Rietveld 408576698