-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (32 loc) · 670 Bytes
/
.travis.yml
File metadata and controls
33 lines (32 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
language: "node_js"
os: "linux"
dist: "xenial"
node_js:
- 12.2.0
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.19.2
- export PATH=$HOME/.yarn/bin:$PATH
before_deploy: yarn run build && yarn run docs
deploy:
- provider: npm
skip_cleanup: true
email: npmjs+eng@eventbrite.com
api_token: $NPM_TOKEN
on:
tags: true
repo: britecharts/britecharts-react
- provider: pages
skip_cleanup: true
strategy: git
token: $GITHUB_TOKEN
local_dir: docs
on:
branch: master