diff options
Diffstat (limited to 'cordova/node_modules/xmldom/.travis.yml')
| -rwxr-xr-x | cordova/node_modules/xmldom/.travis.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cordova/node_modules/xmldom/.travis.yml b/cordova/node_modules/xmldom/.travis.yml new file mode 100755 index 0000000..b95408e --- /dev/null +++ b/cordova/node_modules/xmldom/.travis.yml @@ -0,0 +1,22 @@ +language: node_js + +node_js: + - '0.10' + +branches: + only: + - master + - proof + - travis-ci + +# Not using `npm install --dev` because it is recursive. It will pull in the all +# development dependencies for CoffeeScript. Way too much spew in the Travis CI +# build output. + +before_install: + - npm install + - npm install istanbul coveralls + +env: + global: + - secure: "BxUHTsa1WVANLQoimilbZwa1MCWSdM9hOmPWBE/rsYb7uT/iiqkRXXwnWhKtN5CLvTvIQbiAzq4iyPID0S8UHrnxClYQrOuA6QkrtwgIEuDAmijao/bgxobPOremvkwXcpMGIwzYKyYQQtSEaEIQbqf6gSSKW9dBh/GZ/vfTsqo=" |
