UNPKG
nrepl-client
Version:
latest (0.3.0)
0.3.0
0.2.3
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
node client to interact with a Clojure nREPL server.
nrepl-client
/
.travis.yml
14 lines
(10 loc)
•
232 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: node_js node_js: -
"0.10"
before_script: - wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein -
chmod
a+x lein - ./lein -
export
PATH=
$PWD
:
$PATH
- lein --version script:
"npm test"