language: node_js
node_js:
  - 12
after_failure:
  - echo 'Uploading result of integration test to clbin.com'
  - cat build/tests/github.xhtml | curl -F 'clbin=<-' https://clbin.com
