Revision a0e03c9df47c411a40bceef02af2ce3dd1a329cc authored by kzc on 03 May 2016, 19:08:40 UTC, committed by Richard van Velzen on 04 May 2016, 18:11:45 UTC
1 parent 6641dca
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