Sign in
apache
/
incubator-milagro-crypto-js
/
cfb4e4950829f51b3b7b9f6ddadefd3a5f74fe82
/
.
/
.travis.yml
blob: 152fd6b381ae8f0c961767aa2a87a8768eaf74d6 [
file
] [
log
] [
blame
]
language:
node_js
node_js:
-
"8"
before_install:
-
npm update
install:
-
npm install
script:
-
npm run coverage
after_success:
-
npm run report