Another node attempt on CircleCI
This commit is contained in:
parent
7f60f62b3d
commit
9d47612b12
2 changed files with 5 additions and 8 deletions
|
|
@ -10,16 +10,11 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
key: honeysql-{{ checksum "deps.edn" }}
|
||||
# Install Node for JH Build
|
||||
# - run:
|
||||
# name: Download Node
|
||||
# command: curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash
|
||||
- run:
|
||||
name: Install Node
|
||||
command: sudo apt-get install -y nodejs
|
||||
# - run:
|
||||
# name: update-npm
|
||||
# command: sudo npm install -g npm@latest
|
||||
command:
|
||||
- sudo apt-get install -y nodejs
|
||||
- sudo ln -s /usr/bin/js /usr/bin/node
|
||||
- run:
|
||||
name: Download Dependencies
|
||||
command: clojure -R:test:runner:cljs-runner:eastwood:readme -Spath && clojure -A:1.7 -Spath && clojure -A:1.8 -Spath && clojure -A:1.9 -Spath
|
||||
|
|
|
|||
|
|
@ -21,4 +21,6 @@ then
|
|||
echo ==== Test Clojure ====
|
||||
clojure -A:test:runner
|
||||
fi
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue