Sign in
apache
/
incubator-milagro-crypto-js
/
2467a092044a50207e62fa1aa21a620d810869fc
/
.
/
.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