mirror of
https://github.com/danbulant/pngjs
synced 2026-06-08 00:50:23 +00:00
6 lines
115 B
Bash
6 lines
115 B
Bash
#!/bin/bash
|
|
set -ev
|
|
if [ "${TRAVIS_NODE_VERSION}" = "0.12" ]; then
|
|
npm coverage
|
|
npm run coveralls
|
|
fi
|