find-config
Version:
Find the first config file matching a given name in the current directory or the nearest ancestor directory.
27 lines (25 loc) • 322 B
YAML
sudo: false
language: node_js
node_js:
- node
- '5.5'
- '5.4'
- '5.3'
- '5.2'
- '5.1'
- '5.0'
- '4.2'
- '4.1'
- '4.0'
- '0.12'
after_script:
- npm run coveralls
# microtime requires c++
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8