jekyll-algolia/docs-src/.travis.yml
2017-12-12 11:34:24 +01:00

10 lines
191 B
YAML

language: node_js
before_install:
- curl -o- -L yarnpkg.com/install.sh | bash -s -- --version 1.3.2
- export PATH=$HOME/.yarn/bin:$PATH
branches:
only:
- master
cache:
yarn: true