Re: [whatwg/streams] Meta: enable HTML checker (#650)

domenic commented on this pull request.



> @@ -17,3 +18,4 @@ script:
   - npm test
   - cd ..
   - bash ./deploy.sh
+  - curl -O https://sideshowbarker.net/nightlies/jar/vnu.jar && /usr/lib/jvm/java-8-oracle/jre/bin/java -jar vnu.jar --skip-non-html /home/travis/build/whatwg/streams/streams.spec.whatwg.org

There's not much difference between the install step and the script step. They both run every time. The install step just has a default depending on your language (which was overriden in the original).

-- 
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

Received on Tuesday, 17 January 2017 19:51:05 UTC