Revision 55c592dd43bc72a2be6cdfbcce05d2645eed0656 authored by Richard van Velzen on 19 June 2016, 19:56:06 UTC, committed by Richard van Velzen on 19 June 2016, 19:56:06 UTC
1 parent fc1abd1
Raw File
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.12"
    - "0.10"
    - "4"
    - "6"
matrix:
  fast_finish: true
sudo: false
back to top