react-bootstrap-table2/.travis.yml
2017-12-03 18:32:26 +08:00

21 lines
304 B
YAML

language: node_js
node_js:
- "7"
- "6"
cache:
yarn: true
branches:
only:
# skip master branch when it's under development phase
# - master
- develop
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH="$HOME/.yarn/bin:$PATH"
install: yarn install