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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 language: node_js
2 node_js:
3 - "0.10"
4 - stable
5 env:
6 # Can't figure out how to DRY this up: http://stackoverflow.com/q/22397300/319 1
7 - CHAI_VERSION=^1.9.2 SINON_VERSION=^1.4.0
8 - CHAI_VERSION=^2.0.0 SINON_VERSION=^1.4.0
9 - CHAI_VERSION=^3.0.0 SINON_VERSION=^1.4.0
10 - CHAI_VERSION=^1.9.2 SINON_VERSION=^2.1.0
11 - CHAI_VERSION=^2.0.0 SINON_VERSION=^2.1.0
12 - CHAI_VERSION=^3.0.0 SINON_VERSION=^2.1.0
13 script:
14 npm run lint && npm run test-travis
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698