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

Unified Diff: lib/src/hydrolysis/.travis.yml

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 | « lib/src/google-streetview-pano/google-streetview-pano.html ('k') | lib/src/hydrolysis/API.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/hydrolysis/.travis.yml
diff --git a/lib/src/hydrolysis/.travis.yml b/lib/src/hydrolysis/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..9fe0374a21ba003dd81e1f658f6497216da9763b
--- /dev/null
+++ b/lib/src/hydrolysis/.travis.yml
@@ -0,0 +1,12 @@
+language: node_js
+node_js:
+ - "0.10"
+ - "0.12"
+ - "4"
+sudo: false
+before_script:
+ - npm install -g mocha
+ - npm install -g jshint
+script:
+ - jshint index.js lib/
+ - mocha test/test.js
« no previous file with comments | « lib/src/google-streetview-pano/google-streetview-pano.html ('k') | lib/src/hydrolysis/API.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698