cerebro-files-nav
Version:
Cerebro plugin for file system navigation with previews
26 lines (19 loc) • 312 B
YAML
sudo: required
dist: trusty
language: node_js
matrix:
include:
- os: linux
node_js: 6
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
branches:
only:
- master
before_install:
- npm install -g npm@3.10.8
cache: yarn
install:
- npm install
script:
- npm run test