Singing softly to Travis.

This commit is contained in:
Richard Newman 2016-11-23 09:20:22 -08:00
parent b46465ac68
commit cb0112c9f5

View file

@ -9,5 +9,6 @@ env:
install:
- nvm install $TRAVIS_NODE_VERSION
- nvm use $TRAVIS_NODE_VERSION
- lein deps
- npm install
script: lein doo node test once && lein test
script: lein cljsbuild once release-node && lein with-profile node install && lein doo node test once && lein test