Revision 21befe583ffac6a9c27c8e9d67eae39feb5b528f authored by kzc on 15 March 2016, 15:44:09 UTC, committed by kzc on 15 March 2016, 15:44:09 UTC
1 parent a9d4a62
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