npmstats
Version:
stats for npm
17 lines (13 loc) • 310 B
YAML
language: node_js
node_js:
- '0.12'
- '4.0'
- '5.0'
script: cd test; bats --tap test.bats
notifications:
email: false
before_script:
- git clone https://github.com/sstephenson/bats.git /tmp/bats
- mkdir -p /tmp/local
- bash /tmp/bats/install.sh /tmp/local
- export PATH=$PATH:/tmp/local/bin