Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created December 6, 2016 01:26
Show Gist options
  • Save BanzaiMan/0450b14967f6677a68f253781586a058 to your computer and use it in GitHub Desktop.
Save BanzaiMan/0450b14967f6677a68f253781586a058 to your computer and use it in GitHub Desktop.
$ docker run --rm -it quay.io/travisci/travis-node-js /bin/bash
root@84e68d90b258:/# su - travis
travis@84e68d90b258:~$ git clone --depth=50 --branch=develop https://github.com/binarykitchen/videomail-client.git binarykitchen/videomail-client
Cloning into 'binarykitchen/videomail-client'...
remote: Counting objects: 1048, done.
remote: Compressing objects: 100% (422/422), done.
remote: Total 1048 (delta 662), reused 911 (delta 579), pack-reused 0
Receiving objects: 100% (1048/1048), 9.06 MiB | 1.56 MiB/s, done.
Resolving deltas: 100% (662/662), done.
Checking connectivity... done.
travis@84e68d90b258:~$ cd binarykitchen/videomail-client/
travis@84e68d90b258:~/binarykitchen/videomail-client$ sudo -E apt-get -yq update &>> ~/apt-get-update.log
travis@84e68d90b258:~/binarykitchen/videomail-client$ sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install xvfb
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
xserver-common
The following packages will be upgraded:
xserver-common xvfb
2 upgraded, 0 newly installed, 0 to remove and 252 not upgraded.
Need to get 922 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xserver-common all 2:1.11.4-0ubuntu10.17 [31.8 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main xvfb amd64 2:1.11.4-0ubuntu10.17 [890 kB]
Fetched 922 kB in 2s (373 kB/s)
(Reading database ... 69991 files and directories currently installed.)
Preparing to replace xserver-common 2:1.11.4-0ubuntu10.16 (using .../xserver-common_2%3a1.11.4-0ubuntu10.17_all.deb) ...
Unpacking replacement xserver-common ...
Preparing to replace xvfb 2:1.11.4-0ubuntu10.16 (using .../xvfb_2%3a1.11.4-0ubuntu10.17_amd64.deb) ...
Unpacking replacement xvfb ...
Processing triggers for man-db ...
Setting up xserver-common (2:1.11.4-0ubuntu10.17) ...
Setting up xvfb (2:1.11.4-0ubuntu10.17) ...
travis@84e68d90b258:~/binarykitchen/videomail-client$ export DISPLAY=':99.0'
travis@84e68d90b258:~/binarykitchen/videomail-client$ Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
[1] 566
travis@84e68d90b258:~$ cd binarykitchen/videomail-client/
travis@84e68d90b258:~$ nvm install 4
######################################################################## 100.0%
Checksums empty
Now using node v4.6.2
travis@84e68d90b258:~$ npm install -g npm@'>=3.10.6'
/home/travis/.nvm/versions/node/v4.6.2/bin/npm -> /home/travis/.nvm/versions/node/v4.6.2/lib/node_modules/npm/bin/npm-cli.js
npm@4.0.3 /home/travis/.nvm/versions/node/v4.6.2/lib/node_modules/npm
travis@84e68d90b258:~/binarykitchen/videomail-client$ npm install
npm WARN enoent ENOENT: no such file or directory, open '/home/travis/package.json'
npm WARN travis No description
npm WARN travis No repository field.
npm WARN travis No README data
npm WARN travis No license field.
travis@84e68d90b258:~/binarykitchen/videomail-client$ npm install
npm WARN enoent ENOENT: no such file or directory, open '/home/travis/package.json'
npm WARN travis No description
npm WARN travis No repository field.
npm WARN travis No README data
npm WARN travis No license field.
travis@84e68d90b258:~$ cd binarykitchen/videomail-client/
travis@84e68d90b258:~/binarykitchen/videomail-client$ npm install
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN prefer global leasot@4.2.1 should be installed with -g
> electron@1.4.10 postinstall /home/travis/binarykitchen/videomail-client/node_modules/electron
> node install.js
videomail-client@1.20.20 /home/travis/binarykitchen/videomail-client
├─┬ audio-sample@1.0.2
│ ├─┬ typedarray-to-buffer@3.1.2
│ │ └── is-typedarray@1.0.0
│ └── validate.io-float32array@1.0.0
├─┬ body-parser@1.15.2
│ ├── bytes@2.4.0
│ ├── content-type@1.0.2
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── depd@1.1.0
│ ├─┬ http-errors@1.5.1
│ │ ├── setprototypeof@1.0.2
│ │ └── statuses@1.3.1
│ ├── iconv-lite@0.4.13
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── qs@6.2.0
│ ├─┬ raw-body@2.1.7
│ │ └── unpipe@1.0.0
│ └─┬ type-is@1.6.14
│ ├── media-typer@0.3.0
│ └─┬ mime-types@2.1.13
│ └── mime-db@1.25.0
├─┬ browserify@13.1.1
│ ├── assert@1.3.0
│ ├─┬ browser-pack@6.0.2
│ │ ├─┬ combine-source-map@0.7.2
│ │ │ ├── convert-source-map@1.1.3
│ │ │ ├── inline-source-map@0.6.2
│ │ │ └── lodash.memoize@3.0.4
│ │ └── umd@3.0.1
│ ├── browser-resolve@1.11.2
│ ├─┬ browserify-zlib@0.1.4
│ │ └── pako@0.2.9
│ ├─┬ buffer@4.9.1
│ │ ├── base64-js@1.2.0
│ │ ├── ieee754@1.1.8
│ │ └── isarray@1.0.0
│ ├── cached-path-relative@1.0.0
│ ├─┬ concat-stream@1.5.2
│ │ ├── readable-stream@2.0.6
│ │ └── typedarray@0.0.6
│ ├─┬ console-browserify@1.1.0
│ │ └── date-now@0.1.4
│ ├── constants-browserify@1.0.0
│ ├─┬ crypto-browserify@3.11.0
│ │ ├─┬ browserify-cipher@1.0.0
│ │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │ └── buffer-xor@1.0.3
│ │ │ ├─┬ browserify-des@1.0.0
│ │ │ │ └─┬ des.js@1.0.0
│ │ │ │ └── minimalistic-assert@1.0.0
│ │ │ └── evp_bytestokey@1.0.0
│ │ ├─┬ browserify-sign@4.0.0
│ │ │ ├── bn.js@4.11.6
│ │ │ ├── browserify-rsa@4.0.1
│ │ │ ├─┬ elliptic@6.3.2
│ │ │ │ ├── brorand@1.0.6
│ │ │ │ └── hash.js@1.0.3
│ │ │ └─┬ parse-asn1@5.0.0
│ │ │ └── asn1.js@4.9.0
│ │ ├── create-ecdh@4.0.0
│ │ ├─┬ create-hash@1.1.2
│ │ │ ├── cipher-base@1.0.3
│ │ │ └── ripemd160@1.0.1
│ │ ├── create-hmac@1.1.4
│ │ ├─┬ diffie-hellman@5.0.2
│ │ │ └── miller-rabin@4.0.0
│ │ ├── pbkdf2@3.0.9
│ │ ├── public-encrypt@4.0.0
│ │ └── randombytes@2.0.3
│ ├── deps-sort@2.0.0
│ ├── domain-browser@1.1.7
│ ├── duplexer2@0.1.4
│ ├── events@1.1.1
│ ├─┬ glob@5.0.15
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ ├─┬ minimatch@3.0.3
│ │ │ └─┬ brace-expansion@1.1.6
│ │ │ ├── balanced-match@0.4.2
│ │ │ └── concat-map@0.0.1
│ │ ├── once@1.3.3
│ │ └── path-is-absolute@1.0.1
│ ├── has@1.0.1
│ ├── htmlescape@1.1.1
│ ├── https-browserify@0.0.1
│ ├── inherits@2.0.3
│ ├─┬ insert-module-globals@7.0.1
│ │ ├── is-buffer@1.1.4
│ │ └─┬ lexical-scope@1.2.0
│ │ └─┬ astw@2.0.0
│ │ └── acorn@1.2.2
│ ├─┬ JSONStream@1.2.1
│ │ └── jsonparse@1.2.0
│ ├─┬ labeled-stream-splicer@2.0.0
│ │ ├── isarray@0.0.1
│ │ └── stream-splicer@2.0.0
│ ├─┬ module-deps@4.0.8
│ │ ├─┬ detective@4.3.2
│ │ │ └── acorn@3.3.0
│ │ └── stream-combiner2@1.1.1
│ ├── os-browserify@0.1.2
│ ├─┬ parents@1.0.1
│ │ └── path-platform@0.11.15
│ ├── path-browserify@0.0.0
│ ├── process@0.11.9
│ ├── punycode@1.4.1
│ ├── querystring-es3@0.2.1
│ ├── read-only-stream@2.0.0
│ ├─┬ readable-stream@2.2.2
│ │ ├── buffer-shims@1.0.0
│ │ ├── core-util-is@1.0.2
│ │ ├── process-nextick-args@1.0.7
│ │ └── util-deprecate@1.0.2
│ ├── resolve@1.1.7
│ ├─┬ shasum@1.0.2
│ │ ├── json-stable-stringify@0.0.1
│ │ └── sha.js@2.4.8
│ ├─┬ shell-quote@1.6.1
│ │ ├── array-filter@0.0.1
│ │ ├── array-map@0.0.0
│ │ ├── array-reduce@0.0.0
│ │ └── jsonify@0.0.0
│ ├── stream-browserify@2.0.1
│ ├─┬ stream-http@2.5.0
│ │ ├── builtin-status-codes@2.0.0
│ │ └── to-arraybuffer@1.0.1
│ ├── string_decoder@0.10.31
│ ├── subarg@1.0.0
│ ├─┬ syntax-error@1.1.6
│ │ └── acorn@2.7.0
│ ├── through2@2.0.3
│ ├── timers-browserify@1.4.2
│ ├── tty-browserify@0.0.0
│ ├─┬ url@0.11.0
│ │ ├── punycode@1.3.2
│ │ └── querystring@0.2.0
│ ├─┬ util@0.10.3
│ │ └── inherits@2.0.1
│ ├─┬ vm-browserify@0.0.4
│ │ └── indexof@0.0.1
│ └── xtend@4.0.1
├── canvas-to-buffer@1.0.9
├── classlist.js@1.1.20150312
├── connect-send-json@1.0.0
├── create-error@0.3.1
├── defined@1.0.0
├─┬ del@2.2.2
│ ├─┬ globby@5.0.0
│ │ ├── array-union@1.0.2
│ │ ├── arrify@1.0.1
│ │ └── glob@7.1.1
│ ├── is-path-cwd@1.0.0
│ ├─┬ is-path-in-cwd@1.0.0
│ │ └─┬ is-path-inside@1.0.0
│ │ └── path-is-inside@1.0.2
│ ├── object-assign@4.1.0
│ ├── pify@2.3.0
│ ├─┬ pinkie-promise@2.0.1
│ │ └── pinkie@2.0.4
│ └─┬ rimraf@2.5.4
│ └── glob@7.1.1
├── despot@1.0.0
├── es5-shim@4.5.9
├── filesize@3.3.0
├── get-form-data@1.2.5
├─┬ gulp@3.9.1
│ ├── archy@1.0.0
│ ├─┬ chalk@1.1.3
│ │ ├── ansi-styles@2.2.1
│ │ ├── escape-string-regexp@1.0.5
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├── strip-ansi@3.0.1
│ │ └── supports-color@2.0.0
│ ├── deprecated@0.0.1
│ ├── interpret@1.0.1
│ ├─┬ liftoff@2.3.0
│ │ ├─┬ fined@1.0.2
│ │ │ ├── expand-tilde@1.2.2
│ │ │ ├── lodash.assignwith@4.2.0
│ │ │ ├── lodash.isempty@4.4.0
│ │ │ └─┬ parse-filepath@1.0.1
│ │ │ ├─┬ is-absolute@0.2.6
│ │ │ │ └─┬ is-relative@0.2.1
│ │ │ │ └─┬ is-unc-path@0.1.1
│ │ │ │ └── unc-path-regex@0.1.2
│ │ │ ├── map-cache@0.2.2
│ │ │ └─┬ path-root@0.1.1
│ │ │ └── path-root-regex@0.1.2
│ │ ├── flagged-respawn@0.3.2
│ │ ├── lodash.isplainobject@4.0.6
│ │ ├── lodash.isstring@4.0.1
│ │ ├── lodash.mapvalues@4.6.0
│ │ └── rechoir@0.6.2
│ ├─┬ orchestrator@0.3.8
│ │ ├── end-of-stream@0.1.5
│ │ ├── sequencify@0.0.7
│ │ └── stream-consume@0.1.0
│ ├── pretty-hrtime@1.0.3
│ ├── semver@4.3.6
│ ├─┬ tildify@1.2.0
│ │ └── os-homedir@1.0.2
│ ├─┬ v8flags@2.0.11
│ │ └── user-home@1.1.1
│ └─┬ vinyl-fs@0.3.14
│ ├── defaults@1.0.3
│ ├─┬ glob-stream@3.1.18
│ │ ├── glob@4.5.3
│ │ ├─┬ glob2base@0.0.12
│ │ │ └── find-index@0.1.1
│ │ ├── minimatch@2.0.10
│ │ ├── ordered-read-streams@0.1.0
│ │ ├─┬ through2@0.6.5
│ │ │ └─┬ readable-stream@1.0.34
│ │ │ └── isarray@0.0.1
│ │ └── unique-stream@1.0.0
│ ├─┬ glob-watcher@0.0.6
│ │ └─┬ gaze@0.5.2
│ │ └─┬ globule@0.1.0
│ │ ├─┬ glob@3.1.21
│ │ │ ├── graceful-fs@1.2.3
│ │ │ └── inherits@1.0.2
│ │ ├── lodash@1.0.2
│ │ └─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.7.3
│ │ └── sigmund@1.0.1
│ ├─┬ graceful-fs@3.0.11
│ │ └── natives@1.1.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ strip-bom@1.0.0
│ │ ├── first-chunk-stream@1.0.0
│ │ └── is-utf8@0.2.1
│ ├─┬ through2@0.6.5
│ │ └─┬ readable-stream@1.0.34
│ │ └── isarray@0.0.1
│ └─┬ vinyl@0.4.6
│ └── clone@0.2.0
├─┬ gulp-autoprefixer@3.1.1
│ ├─┬ autoprefixer@6.5.3
│ │ ├── browserslist@1.4.0
│ │ ├── caniuse-db@1.0.30000591
│ │ ├── normalize-range@0.1.2
│ │ ├── num2fraction@1.2.2
│ │ └── postcss-value-parser@3.3.0
│ ├─┬ postcss@5.2.6
│ │ ├── js-base64@2.1.9
│ │ ├── source-map@0.5.6
│ │ └─┬ supports-color@3.1.2
│ │ └── has-flag@1.0.0
│ └── vinyl-sourcemaps-apply@0.2.1
├─┬ gulp-bump@2.5.1
│ ├─┬ bump-regex@2.5.2
│ │ └── semver@5.3.0
│ ├─┬ plugin-error@0.1.2
│ │ ├─┬ ansi-cyan@0.1.1
│ │ │ └── ansi-wrap@0.1.0
│ │ ├── ansi-red@0.1.1
│ │ ├─┬ arr-diff@1.1.0
│ │ │ ├── arr-flatten@1.0.1
│ │ │ └── array-slice@0.2.3
│ │ ├── arr-union@2.1.0
│ │ └─┬ extend-shallow@1.1.4
│ │ └── kind-of@1.1.0
│ ├── plugin-log@0.1.0
│ └── semver@5.3.0
├─┬ gulp-concat@2.6.1
│ ├── concat-with-sourcemaps@1.0.4
│ └─┬ vinyl@2.0.1
│ ├── clone@1.0.2
│ ├── clone-buffer@1.0.0
│ ├── clone-stats@1.0.0
│ ├── cloneable-readable@1.0.0
│ ├── is-stream@1.1.0
│ ├── remove-trailing-separator@1.0.1
│ └── replace-ext@1.0.0
├─┬ gulp-connect@5.0.0
│ ├─┬ connect@2.30.2
│ │ ├── basic-auth-connect@1.0.0
│ │ ├─┬ body-parser@1.13.3
│ │ │ └── iconv-lite@0.4.11
│ │ ├── bytes@2.1.0
│ │ ├─┬ compression@1.5.2
│ │ │ ├─┬ accepts@1.2.13
│ │ │ │ └── negotiator@0.5.3
│ │ │ ├── bytes@2.1.0
│ │ │ ├── compressible@2.0.9
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ └── vary@1.0.1
│ │ ├─┬ connect-timeout@1.6.2
│ │ │ ├── debug@2.2.0
│ │ │ ├── http-errors@1.3.1
│ │ │ └── ms@0.7.1
│ │ ├── cookie@0.1.3
│ │ ├── cookie-parser@1.3.5
│ │ ├── cookie-signature@1.0.6
│ │ ├─┬ csurf@1.8.3
│ │ │ ├─┬ csrf@3.0.4
│ │ │ │ ├── base64-url@1.3.3
│ │ │ │ ├── rndm@1.2.0
│ │ │ │ ├── tsscmp@1.0.5
│ │ │ │ └─┬ uid-safe@2.1.3
│ │ │ │ └── random-bytes@1.0.0
│ │ │ └── http-errors@1.3.1
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├── depd@1.0.1
│ │ ├─┬ errorhandler@1.4.3
│ │ │ ├─┬ accepts@1.3.3
│ │ │ │ └── negotiator@0.6.1
│ │ │ └── escape-html@1.0.3
│ │ ├─┬ express-session@1.11.3
│ │ │ ├── crc@3.3.0
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├── depd@1.0.1
│ │ │ └─┬ uid-safe@2.0.0
│ │ │ └── base64-url@1.2.1
│ │ ├─┬ finalhandler@0.4.0
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ └── escape-html@1.0.2
│ │ ├── fresh@0.3.0
│ │ ├── http-errors@1.3.1
│ │ ├─┬ method-override@2.3.7
│ │ │ └── vary@1.1.0
│ │ ├─┬ morgan@1.6.1
│ │ │ ├── basic-auth@1.0.4
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ └── depd@1.0.1
│ │ ├─┬ multiparty@3.3.2
│ │ │ ├─┬ readable-stream@1.1.14
│ │ │ │ └── isarray@0.0.1
│ │ │ └─┬ stream-counter@0.2.0
│ │ │ └─┬ readable-stream@1.1.14
│ │ │ └── isarray@0.0.1
│ │ ├── on-headers@1.0.1
│ │ ├── pause@0.1.0
│ │ ├── qs@4.0.0
│ │ ├── response-time@2.3.2
│ │ ├─┬ serve-favicon@2.3.2
│ │ │ └── etag@1.7.0
│ │ ├─┬ serve-index@1.7.3
│ │ │ ├── batch@0.5.3
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ └── http-errors@1.3.1
│ │ ├─┬ serve-static@1.10.3
│ │ │ └─┬ send@0.13.2
│ │ │ ├── debug@2.2.0
│ │ │ ├── destroy@1.0.4
│ │ │ ├── http-errors@1.3.1
│ │ │ ├── ms@0.7.1
│ │ │ ├── range-parser@1.0.3
│ │ │ └── statuses@1.2.1
│ │ └── vhost@3.0.2
│ ├── connect-livereload@0.5.4
│ ├─┬ event-stream@3.3.4
│ │ ├── from@0.1.3
│ │ ├── map-stream@0.1.0
│ │ ├── pause-stream@0.0.11
│ │ ├── split@0.3.3
│ │ └── stream-combiner@0.0.4
│ └─┬ tiny-lr@0.2.1
│ ├─┬ body-parser@1.14.2
│ │ ├── bytes@2.2.0
│ │ ├── http-errors@1.3.1
│ │ └── qs@5.2.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├─┬ faye-websocket@0.10.0
│ │ └─┬ websocket-driver@0.6.5
│ │ └── websocket-extensions@0.1.1
│ ├── livereload-js@2.2.2
│ └── qs@5.1.0
├─┬ gulp-cssnano@2.1.2
│ └─┬ cssnano@3.8.1
│ ├── decamelize@1.2.0
│ ├─┬ postcss-calc@5.3.1
│ │ ├── postcss-message-helpers@2.0.0
│ │ └─┬ reduce-css-calc@1.3.0
│ │ ├─┬ math-expression-evaluator@1.2.14
│ │ │ └── lodash.indexof@4.0.5
│ │ └── reduce-function-call@1.0.2
│ ├─┬ postcss-colormin@2.2.1
│ │ └─┬ colormin@1.1.2
│ │ ├─┬ color@0.11.4
│ │ │ ├─┬ color-convert@1.8.2
│ │ │ │ └── color-name@1.1.1
│ │ │ └── color-string@0.3.0
│ │ └── css-color-names@0.0.4
│ ├── postcss-convert-values@2.5.0
│ ├── postcss-discard-comments@2.0.4
│ ├── postcss-discard-duplicates@2.0.2
│ ├── postcss-discard-empty@2.1.0
│ ├── postcss-discard-overridden@0.1.1
│ ├─┬ postcss-discard-unused@2.2.3
│ │ └── uniqs@2.0.0
│ ├─┬ postcss-filter-plugins@2.0.2
│ │ └─┬ uniqid@4.1.0
│ │ └── macaddress@0.2.8
│ ├── postcss-merge-idents@2.1.7
│ ├── postcss-merge-longhand@2.0.1
│ ├─┬ postcss-merge-rules@2.0.10
│ │ └── vendors@1.0.1
│ ├── postcss-minify-font-values@1.0.5
│ ├── postcss-minify-gradients@1.0.5
│ ├─┬ postcss-minify-params@1.0.5
│ │ └── alphanum-sort@1.0.2
│ ├─┬ postcss-minify-selectors@2.0.7
│ │ └─┬ postcss-selector-parser@2.2.2
│ │ ├── flatten@1.0.2
│ │ ├── indexes-of@1.0.1
│ │ └── uniq@1.0.1
│ ├── postcss-normalize-charset@1.1.1
│ ├─┬ postcss-normalize-url@3.0.7
│ │ ├── is-absolute-url@2.0.0
│ │ └─┬ normalize-url@1.8.0
│ │ ├── prepend-http@1.0.4
│ │ ├─┬ query-string@4.2.3
│ │ │ └── strict-uri-encode@1.1.0
│ │ └─┬ sort-keys@1.1.2
│ │ └── is-plain-obj@1.1.0
│ ├── postcss-ordered-values@2.2.2
│ ├── postcss-reduce-idents@2.3.1
│ ├── postcss-reduce-initial@1.0.0
│ ├── postcss-reduce-transforms@1.0.4
│ ├─┬ postcss-svgo@2.1.5
│ │ ├─┬ is-svg@2.1.0
│ │ │ └── html-comment-regex@1.1.1
│ │ └─┬ svgo@0.7.1
│ │ ├─┬ coa@1.0.1
│ │ │ └── q@1.4.1
│ │ ├── colors@1.1.2
│ │ ├─┬ csso@2.2.1
│ │ │ └── clap@1.1.2
│ │ ├─┬ js-yaml@3.6.1
│ │ │ ├─┬ argparse@1.0.9
│ │ │ │ └── sprintf-js@1.0.3
│ │ │ └── esprima@2.7.3
│ │ ├── sax@1.2.1
│ │ └── whet.extend@0.9.9
│ ├── postcss-unique-selectors@2.0.2
│ └── postcss-zindex@2.2.0
├─┬ gulp-if@2.0.2
│ ├── gulp-match@1.0.3
│ └─┬ ternary-stream@2.0.1
│ ├── fork-stream@0.0.4
│ └── merge-stream@1.0.1
├── gulp-inject-string@1.1.0
├─┬ gulp-load-plugins@1.4.0
│ ├── array-unique@0.2.1
│ ├─┬ fancy-log@1.2.0
│ │ └── time-stamp@1.0.1
│ ├─┬ findup-sync@0.4.3
│ │ ├─┬ detect-file@0.1.0
│ │ │ └── fs-exists-sync@0.1.0
│ │ ├── is-glob@2.0.1
│ │ └─┬ resolve-dir@0.1.1
│ │ └─┬ global-modules@0.2.3
│ │ ├─┬ global-prefix@0.1.5
│ │ │ ├─┬ homedir-polyfill@1.0.1
│ │ │ │ └── parse-passwd@1.0.0
│ │ │ ├── ini@1.3.4
│ │ │ └─┬ which@1.2.12
│ │ │ └── isexe@1.1.2
│ │ └── is-windows@0.2.0
│ ├─┬ gulplog@1.0.0
│ │ └── glogg@1.0.0
│ ├─┬ has-gulplog@0.1.0
│ │ └── sparkles@1.0.0
│ └─┬ micromatch@2.3.11
│ ├── arr-diff@2.0.0
│ ├─┬ braces@1.8.5
│ │ ├─┬ expand-range@1.8.2
│ │ │ └─┬ fill-range@2.2.3
│ │ │ ├── is-number@2.1.0
│ │ │ ├── isobject@2.1.0
│ │ │ └── randomatic@1.1.6
│ │ ├── preserve@0.2.0
│ │ └── repeat-element@1.1.2
│ ├─┬ expand-brackets@0.1.5
│ │ └── is-posix-bracket@0.1.1
│ ├── extglob@0.3.2
│ ├── filename-regex@2.0.0
│ ├── is-extglob@1.0.0
│ ├── kind-of@3.0.4
│ ├── normalize-path@2.0.1
│ ├─┬ object.omit@2.0.1
│ │ ├─┬ for-own@0.1.4
│ │ │ └── for-in@0.1.6
│ │ └── is-extendable@0.1.1
│ ├─┬ parse-glob@3.0.4
│ │ ├─┬ glob-base@0.3.0
│ │ │ └── glob-parent@2.0.0
│ │ └── is-dotfile@1.0.2
│ └─┬ regex-cache@0.4.3
│ ├── is-equal-shallow@0.1.3
│ └── is-primitive@2.0.0
├── gulp-plumber@1.1.0
├── gulp-rename@1.2.2
├─┬ gulp-stylus@2.6.0
│ ├─┬ accord@0.26.3
│ │ ├── convert-source-map@1.3.0
│ │ ├── glob@7.1.1
│ │ ├── indx@0.2.3
│ │ ├── lodash.clone@4.5.0
│ │ ├── lodash.flatten@4.4.0
│ │ ├── lodash.merge@4.6.0
│ │ ├── lodash.partialright@4.2.1
│ │ ├── lodash.pick@4.4.0
│ │ ├── lodash.uniq@4.5.0
│ │ ├── semver@5.3.0
│ │ ├── uglify-js@2.7.5
│ │ └── when@3.7.7
│ ├─┬ lodash.assign@3.2.0
│ │ ├── lodash._baseassign@3.2.0
│ │ ├─┬ lodash._createassigner@3.1.1
│ │ │ └── lodash._bindcallback@3.0.1
│ │ └─┬ lodash.keys@3.1.2
│ │ ├── lodash._getnative@3.9.1
│ │ ├── lodash.isarguments@3.1.0
│ │ └── lodash.isarray@3.0.4
│ ├── replace-ext@0.0.1
│ └─┬ stylus@0.54.5
│ ├── css-parse@1.7.0
│ ├── glob@7.0.6
│ ├── sax@0.5.8
│ └─┬ source-map@0.1.43
│ └── amdefine@1.0.1
├─┬ gulp-todo@5.1.0
│ ├─┬ leasot@4.2.1
│ │ ├── async@2.1.4
│ │ ├─┬ commander@2.9.0
│ │ │ └── graceful-readlink@1.0.1
│ │ ├── get-line-from-pos@1.0.0
│ │ ├── get-stdin@5.0.1
│ │ ├─┬ globby@6.1.0
│ │ │ └── glob@7.1.1
│ │ ├── json2xml@0.1.3
│ │ ├── lodash@4.17.2
│ │ ├── log-symbols@1.0.2
│ │ └── text-table@0.2.0
│ ├── lodash.defaults@4.2.0
│ └── lodash.omit@4.5.0
├─┬ gulp-uglify@2.0.0
│ ├── lodash@4.17.2
│ ├─┬ make-error-cause@1.2.2
│ │ └── make-error@1.2.1
│ ├─┬ uglify-js@2.7.0
│ │ ├── async@0.2.10
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │ ├── camelcase@1.2.1
│ │ ├─┬ cliui@2.1.0
│ │ │ ├─┬ center-align@0.1.3
│ │ │ │ ├─┬ align-text@0.1.4
│ │ │ │ │ └── longest@1.0.1
│ │ │ │ └── lazy-cache@1.0.4
│ │ │ └── right-align@0.1.3
│ │ └── window-size@0.1.0
│ └── uglify-save-license@0.4.1
├─┬ gulp-util@3.0.7
│ ├── array-differ@1.0.0
│ ├── array-uniq@1.0.3
│ ├── beeper@1.1.1
│ ├─┬ dateformat@1.0.12
│ │ ├── get-stdin@4.0.1
│ │ └─┬ meow@3.7.0
│ │ ├─┬ camelcase-keys@2.1.0
│ │ │ └── camelcase@2.1.1
│ │ ├─┬ loud-rejection@1.6.0
│ │ │ ├─┬ currently-unhandled@0.4.1
│ │ │ │ └── array-find-index@1.0.2
│ │ │ └── signal-exit@3.0.2
│ │ ├── map-obj@1.0.1
│ │ ├─┬ normalize-package-data@2.3.5
│ │ │ ├── hosted-git-info@2.1.5
│ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ └── builtin-modules@1.1.1
│ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ └── spdx-license-ids@1.2.2
│ │ │ └── spdx-expression-parse@1.0.4
│ │ ├─┬ read-pkg-up@1.0.1
│ │ │ ├─┬ find-up@1.1.2
│ │ │ │ └── path-exists@2.1.0
│ │ │ └─┬ read-pkg@1.1.0
│ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ ├── graceful-fs@4.1.11
│ │ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ │ └─┬ error-ex@1.3.0
│ │ │ │ │ └── is-arrayish@0.2.1
│ │ │ │ └── strip-bom@2.0.0
│ │ │ └── path-type@1.1.0
│ │ ├─┬ redent@1.0.0
│ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ └── repeating@2.0.1
│ │ │ └── strip-indent@1.0.1
│ │ └── trim-newlines@1.0.0
│ ├── lodash._reescape@3.0.0
│ ├── lodash._reevaluate@3.0.0
│ ├── lodash._reinterpolate@3.0.0
│ ├─┬ lodash.template@3.6.2
│ │ ├── lodash._basecopy@3.0.1
│ │ ├── lodash._basetostring@3.0.1
│ │ ├── lodash._basevalues@3.0.0
│ │ ├── lodash._isiterateecall@3.0.9
│ │ ├─┬ lodash.escape@3.2.0
│ │ │ └── lodash._root@3.0.1
│ │ ├── lodash.restparam@3.6.1
│ │ └── lodash.templatesettings@3.1.1
│ ├─┬ multipipe@0.1.2
│ │ └─┬ duplexer2@0.0.2
│ │ └─┬ readable-stream@1.1.14
│ │ └── isarray@0.0.1
│ ├── object-assign@3.0.0
│ └─┬ vinyl@0.5.3
│ └── clone-stats@0.0.1
├── hidden@1.1.0
├── humanize-duration@3.10.0
├─┬ hyperscript@2.0.2
│ ├── browser-split@0.0.0
│ ├── class-list@0.1.1
│ └── html-element@2.1.1
├── insert-css@2.0.0
├─┬ iphone-inline-video@1.9.4
│ ├── intervalometer@1.0.2
│ └── poor-mans-symbol@1.0.1
├── is-power-of-two@1.0.0
├── keymirror@0.1.1
├── merge-recursive@0.0.3
├── minimist@1.2.0
├── nib@1.1.2
├─┬ number-is-integer@1.0.1
│ └─┬ is-finite@1.0.2
│ └── number-is-nan@1.0.1
├── pauseable@0.1.6
├── readystate@0.1.0
├── request-frame@1.5.3
├─┬ router@1.1.4
│ ├── array-flatten@2.0.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── methods@1.1.2
│ ├── parseurl@1.3.1
│ ├── path-to-regexp@0.1.7
│ ├── setprototypeof@1.0.0
│ └── utils-merge@1.0.0
├─┬ ssl-root-cas@1.2.3
│ ├── bluebird@3.4.6
│ └─┬ request@2.79.0
│ ├── aws-sign2@0.6.0
│ ├── aws4@1.5.0
│ ├── caseless@0.11.0
│ ├─┬ combined-stream@1.0.5
│ │ └── delayed-stream@1.0.0
│ ├── forever-agent@0.6.1
│ ├─┬ har-validator@2.0.6
│ │ └─┬ is-my-json-valid@2.15.0
│ │ ├── generate-function@2.0.0
│ │ ├─┬ generate-object-property@1.2.0
│ │ │ └── is-property@1.0.2
│ │ └── jsonpointer@4.0.0
│ ├─┬ hawk@3.1.3
│ │ ├── boom@2.10.1
│ │ ├── cryptiles@2.0.5
│ │ ├── hoek@2.16.3
│ │ └── sntp@1.0.9
│ ├─┬ http-signature@1.1.1
│ │ ├── assert-plus@0.2.0
│ │ ├─┬ jsprim@1.3.1
│ │ │ ├── extsprintf@1.0.2
│ │ │ ├── json-schema@0.2.3
│ │ │ └── verror@1.3.6
│ │ └─┬ sshpk@1.10.1
│ │ ├── asn1@0.2.3
│ │ ├── assert-plus@1.0.0
│ │ ├── bcrypt-pbkdf@1.0.0
│ │ ├─┬ dashdash@1.14.1
│ │ │ └── assert-plus@1.0.0
│ │ ├── ecc-jsbn@0.1.1
│ │ ├─┬ getpass@0.1.6
│ │ │ └── assert-plus@1.0.0
│ │ ├── jodid25519@1.0.2
│ │ ├── jsbn@0.1.0
│ │ └── tweetnacl@0.14.4
│ ├── isstream@0.1.2
│ ├── json-stringify-safe@5.0.1
│ ├── oauth-sign@0.8.2
│ ├── stringstream@0.0.5
│ ├── tough-cookie@2.3.2
│ ├── tunnel-agent@0.4.3
│ └── uuid@3.0.1
├─┬ superagent@3.1.0
│ ├── component-emitter@1.2.1
│ ├── cookiejar@2.1.0
│ ├─┬ debug@2.3.3
│ │ └── ms@0.7.2
│ ├── extend@3.0.0
│ ├─┬ form-data@2.1.2
│ │ └── asynckit@0.4.0
│ ├── formidable@1.0.17
│ ├── mime@1.3.4
│ └── qs@6.3.0
├─┬ tap-spec@4.1.1
│ ├── duplexer@0.1.1
│ ├── figures@1.7.0
│ ├── lodash@3.10.1
│ ├─┬ pretty-ms@2.1.0
│ │ ├── parse-ms@1.0.1
│ │ └── plur@1.0.0
│ ├── repeat-string@1.6.1
│ └─┬ tap-out@1.4.2
│ ├── re-emitter@1.1.3
│ ├── split@1.0.0
│ └── trim@0.0.1
├─┬ tape@4.6.3
│ ├── deep-equal@1.0.1
│ ├─┬ for-each@0.3.2
│ │ └── is-function@1.0.1
│ ├── function-bind@1.1.0
│ ├─┬ glob@7.1.1
│ │ └── fs.realpath@1.0.0
│ ├── object-inspect@1.2.1
│ ├── resumer@0.0.0
│ ├─┬ string.prototype.trim@1.1.2
│ │ ├─┬ define-properties@1.1.2
│ │ │ ├── foreach@2.0.5
│ │ │ └── object-keys@1.0.11
│ │ └─┬ es-abstract@1.6.1
│ │ ├─┬ es-to-primitive@1.1.1
│ │ │ ├── is-date-object@1.0.1
│ │ │ └── is-symbol@1.0.1
│ │ ├── is-callable@1.1.3
│ │ └── is-regex@1.0.3
│ └── through@2.3.8
├─┬ tape-run@2.1.4
│ ├─┬ browser-run@3.3.0
│ │ ├─┬ browser-launcher@0.3.5
│ │ │ ├── headless@0.1.3
│ │ │ ├── merge@1.0.0
│ │ │ ├── minimist@0.0.5
│ │ │ ├── mkdirp@0.3.5
│ │ │ └─┬ plist@0.2.1
│ │ │ └── sax@0.1.5
│ │ ├─┬ ecstatic@2.1.0
│ │ │ ├── he@0.5.0
│ │ │ └── url-join@1.1.0
│ │ ├─┬ electron-stream@4.0.0
│ │ │ ├─┬ electron@1.4.10
│ │ │ │ ├─┬ electron-download@3.0.1
│ │ │ │ │ ├─┬ fs-extra@0.30.0
│ │ │ │ │ │ ├── jsonfile@2.4.0
│ │ │ │ │ │ └── klaw@1.3.1
│ │ │ │ │ ├── home-path@1.0.3
│ │ │ │ │ ├─┬ nugget@2.0.1
│ │ │ │ │ │ ├── pretty-bytes@1.0.4
│ │ │ │ │ │ ├─┬ progress-stream@1.2.0
│ │ │ │ │ │ │ ├── speedometer@0.1.4
│ │ │ │ │ │ │ └─┬ through2@0.2.3
│ │ │ │ │ │ │ ├─┬ readable-stream@1.1.14
│ │ │ │ │ │ │ │ └── isarray@0.0.1
│ │ │ │ │ │ │ └─┬ xtend@2.1.2
│ │ │ │ │ │ │ └── object-keys@0.4.0
│ │ │ │ │ │ ├─┬ single-line-log@1.1.2
│ │ │ │ │ │ │ └─┬ string-width@1.0.2
│ │ │ │ │ │ │ ├── code-point-at@1.1.0
│ │ │ │ │ │ │ └── is-fullwidth-code-point@1.0.0
│ │ │ │ │ │ └── throttleit@0.0.2
│ │ │ │ │ ├─┬ rc@1.1.6
│ │ │ │ │ │ ├── deep-extend@0.4.1
│ │ │ │ │ │ └── strip-json-comments@1.0.4
│ │ │ │ │ ├── semver@5.3.0
│ │ │ │ │ └─┬ sumchecker@1.2.0
│ │ │ │ │ └── es6-promise@3.3.1
│ │ │ │ └─┬ extract-zip@1.5.0
│ │ │ │ ├─┬ concat-stream@1.5.0
│ │ │ │ │ └── readable-stream@2.0.6
│ │ │ │ ├── debug@0.7.4
│ │ │ │ ├─┬ mkdirp@0.5.0
│ │ │ │ │ └── minimist@0.0.8
│ │ │ │ └─┬ yauzl@2.4.1
│ │ │ │ └─┬ fd-slicer@1.0.1
│ │ │ │ └── pend@1.2.0
│ │ │ └─┬ stream-read@1.1.2
│ │ │ └─┬ dezalgo@1.0.3
│ │ │ └── asap@2.0.5
│ │ ├─┬ enstore@1.0.1
│ │ │ └── monotonic-timestamp@0.0.8
│ │ ├─┬ html-inject-script@1.1.0
│ │ │ └─┬ trumpet@1.7.2
│ │ │ ├── duplexer2@0.0.2
│ │ │ ├─┬ html-select@2.3.24
│ │ │ │ ├── cssauron@1.4.0
│ │ │ │ ├── duplexer2@0.0.2
│ │ │ │ ├── minimist@0.0.10
│ │ │ │ ├─┬ readable-stream@1.1.14
│ │ │ │ │ └── isarray@0.0.1
│ │ │ │ ├─┬ stream-splicer@1.3.2
│ │ │ │ │ └─┬ readable-wrap@1.0.0
│ │ │ │ │ └─┬ readable-stream@1.1.14
│ │ │ │ │ └── isarray@0.0.1
│ │ │ │ └── through2@1.1.1
│ │ │ ├─┬ html-tokenize@1.2.5
│ │ │ │ ├── minimist@0.0.10
│ │ │ │ ├─┬ readable-stream@1.0.34
│ │ │ │ │ └── isarray@0.0.1
│ │ │ │ └─┬ through2@0.4.2
│ │ │ │ └─┬ xtend@2.1.2
│ │ │ │ └── object-keys@0.4.0
│ │ │ ├─┬ readable-stream@1.1.14
│ │ │ │ └── isarray@0.0.1
│ │ │ └── through2@1.1.1
│ │ ├── phantomjs-stream@1.1.1
│ │ ├── server-destroy@1.0.1
│ │ ├── source-map-support@0.4.6
│ │ └─┬ xhr-write-stream@0.1.2
│ │ ├── concat-stream@0.1.1
│ │ └── ordered-emitter@0.1.1
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.2
│ ├─┬ tap-finished@0.0.1
│ │ └─┬ tap-parser@0.2.1
│ │ └─┬ split@0.1.2
│ │ └── through@1.1.2
│ └─┬ throughout@0.0.0
│ └── duplexer@0.0.4
├── ua-parser-js@0.7.12
├─┬ vinyl-buffer@1.0.0
│ ├─┬ bl@0.9.5
│ │ └─┬ readable-stream@1.0.34
│ │ └── isarray@0.0.1
│ └─┬ through2@0.6.5
│ └─┬ readable-stream@1.0.34
│ └── isarray@0.0.1
├─┬ vinyl-source-stream@1.1.0
│ ├─┬ through2@0.6.5
│ │ └─┬ readable-stream@1.0.34
│ │ └── isarray@0.0.1
│ └─┬ vinyl@0.4.6
│ └── clone@0.2.0
└─┬ websocket-stream@3.3.3
├─┬ duplexify@3.5.0
│ ├── end-of-stream@1.0.0
│ └── stream-shift@1.0.0
└─┬ ws@1.1.1
├── options@0.0.6
└── ultron@1.0.2
travis@84e68d90b258:~/binarykitchen/videomail-client$ npm test
> videomail-client@1.20.20 test /home/travis/binarykitchen/videomail-client
> browserify test/**/*.test.js --debug | tape-run --render=tap-spec
npm ERR! Test failed. See above for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment