Files
jasmine/travis-node-script.sh
Christopher Amavisca a84e0cd8ef Add test script to package.json
- Use `npm test` in travis-node-script
2015-02-04 16:55:07 -08:00

5 lines
37 B
Bash

#!/bin/bash -e
npm install
npm test