diff --git a/ci.sh b/ci.sh index 70a7d8e..7ccbf55 100755 --- a/ci.sh +++ b/ci.sh @@ -1,2 +1,3 @@ #/bin/sh +. ~/.nvm/nvm.sh rake db:create && yarn install --check-files && rake test && rake test:system