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

Side by Side 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, 1 month 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 language: node_js
2 node_js:
3 - "0.10"
4 - "0.12"
5 - "4"
6 sudo: false
7 before_script:
8 - npm install -g mocha
9 - npm install -g jshint
10 script:
11 - jshint index.js lib/
12 - mocha test/test.js
OLDNEW
« 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