Singing softly to Travis.
This commit is contained in:
parent
b46465ac68
commit
cb0112c9f5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue