Project

General

Profile

Download (187 Bytes) Statistics
| Branch: | Tag: | Revision:
#!/bin/bash
set -ev
if [[ $( git diff --name-only HEAD~1..HEAD config/webpack.config.js webpack/ .travis.yml package.json | wc -l ) -ne 0 ]]; then
npm run test;
npm run coveralls;
fi
(14-14/14)