UNPKG
nolr
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Solr Node Client with ES6 Support
nolr
/
.travis.yml
11 lines
(10 loc)
•
187 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
language: node_js
node_js:
-
"0.12.4"
before_install:
- npm install -g gulp
install:
- npm install
script: gulp
after_success:
- bash <(curl -s https://codecov.io/bash)