mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
22 lines
271 B
YAML
22 lines
271 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "7"
|
|
- "6"
|
|
|
|
cache:
|
|
yarn: true
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- develop
|
|
except:
|
|
- gh-pages-src
|
|
|
|
before_install:
|
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
|
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
|
|
|
install: yarn install
|