- From: isonmad <notifications@github.com>
- Date: Sat, 14 Jan 2017 13:08:37 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 14 January 2017 21:09:11 UTC
isonmad commented on this pull request.
>
env:
global:
- secure: "VayIJwnO14YDmIureSnEE8cNw2gEYJ1b4V8F3YDw+aRVgFB8CGf247JmnOYfEEfadxvjkItAmjAmRzwU+u9U9hosSKuBPSelZ9tmgo3g8LpJnaB578ODBRt/CbLOSSyQyAICxIYJjs/pgV/DJXwdWqW4becWNCw0wgGHqiwDNIQ="
- secure: "Ga/n9txTxjBDFxsyhbthRZyqVTZA1cOmhH5WaQEWoMcG9yU+RvAdEjqdFmUFHE7SArHIKovyzoupQ9FELESeu8/lkbDtin3MZn3Aj6QXHioBSMihGbduHsGK8yJ1WyjDYXC3fN8XdwNQRZrVFq0ocauPkml/w8uauEsiMo3PX8A="
before_install:
- cd reference-implementation
+install:
+ - curl -O https://sideshowbarker.net/nightlies/jar/vnu.jar
This .jar wasn't found because before_install, above, changed the current directory to reference-implementation/, so the jar is there instead. So this should probably be done in `before_install` instead of moving it to `script`?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/650#pullrequestreview-16702465
Received on Saturday, 14 January 2017 21:09:11 UTC