CircleCI -- node symlink no longer needed?
This commit is contained in:
parent
3bde6cd8e7
commit
ad42560370
1 changed files with 0 additions and 3 deletions
|
|
@ -14,9 +14,6 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Node
|
name: Install Node
|
||||||
command: sudo apt-get update && sudo apt-get install -y nodejs
|
command: sudo apt-get update && sudo apt-get install -y nodejs
|
||||||
- run:
|
|
||||||
name: Add Node symlink
|
|
||||||
command: sudo ln -s /usr/bin/js /usr/bin/node
|
|
||||||
- run:
|
- run:
|
||||||
name: Download Dependencies
|
name: Download Dependencies
|
||||||
command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9
|
command: clojure -Spath -R:test:runner:cljs-runner:eastwood:readme && clojure -Spath -A:1.9
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue