mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-18 00:00:26 +08:00
update modules after merge
This commit is contained in:
15
node_modules/xmldom/.travis.yml
generated
vendored
15
node_modules/xmldom/.travis.yml
generated
vendored
@ -1,5 +1,8 @@
|
||||
language: node_js
|
||||
|
||||
cache:
|
||||
npm: false
|
||||
|
||||
node_js:
|
||||
- '0.10'
|
||||
|
||||
@ -9,14 +12,4 @@ branches:
|
||||
- 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="
|
||||
script: npm test
|
||||
|
||||
Reference in New Issue
Block a user