language: node_js node_js: - "stable" - "4.2.1" - "5.1.0" before_script: - npm install -g gulp script: gulp test after_success: - bash <(curl -s https://codecov.io/bash)