Run doo tests first on Travis.

This commit is contained in:
Richard Newman 2016-11-23 09:11:03 -08:00
parent f5f57da113
commit ad9cf03642

View file

@ -10,4 +10,4 @@ install:
- nvm install $TRAVIS_NODE_VERSION
- nvm use $TRAVIS_NODE_VERSION
- npm install
script: lein test; lein doo node test once
script: lein doo node test once && lein test