Skip to content

Commit

Permalink
Add basic unit tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminoakes committed Oct 12, 2016
1 parent bd9b601 commit ca13066
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/ci
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/sh
set -o errexit

echo
echo '[info] Testing JavaScript'
echo
node js/welcome.js

echo
echo '[info] Building site'
echo
Expand Down

0 comments on commit ca13066

Please sign in to comment.