Revision ac8db977b95b447cba577b41285cb0fa9e65ebdd authored by Richard van Velzen on 14 January 2016, 07:54:40 UTC, committed by Richard van Velzen on 14 January 2016, 07:54:40 UTC
2 parent s fe4e9f9 + 88b77dd
Raw File
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.12"
    - "0.10"
    - "4"
matrix:
  fast_finish: true
sudo: false
back to top