forked from Logispot/britecharts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (29 loc) · 1.43 KB
/
.travis.yml
File metadata and controls
30 lines (29 loc) · 1.43 KB
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
language: node_js
node_js:
- 6.9.2
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: yarn run test:travis
before_deploy: yarn run build && yarn run docs
deploy:
- provider: npm
skip_cleanup: true
email: npmjs+eng@eventbrite.com
api_key:
secure: wMUBDaHRvdJFPaJphyV9tLR1jYwZcViCqlO94Zid9G/9iH6IkA9c+CjCKjc6gi54rRCPcTVf3TMDIM8dV5pbqJUxR0ouXV7mxX3psO0O2yik+BdMDly1qmeet/96ohGy2Z0SaBSvoXqJ0m7IQ9Rpi3pTZRYjWiZ4uoWIj/18l71OfGAK5FzdhO/G/OS/HVlUwz2RcBHaZ6TQjY21BnBq2jqKEBssQz+UTmGKCZJJmzywcOIf+xgLU8BBjtSwXrHAD6opFs80kAxuxJw517mVYH+dvegsLVwOcoBZGTUewEoRsQ5nuqU1jC6n9jKKGPap8aFiEL5F3x0Z90Lm6yb9cJVwuzzkX8FHYEuFYWfyfO6a9pdJRyvXWUQZ5CfxE7kzFkX5H84pL6CMgUwB80WqaCEPKW0i0xxXWZxbhnlOMJ4yNOoSmwtpnaNnFWa6IwY0amYRXryEBUXUmzKRiUFA/9cfaoN2+Ly9L51E1837l05EE7c1LDDbsyG7G1MNVrh5pT7YTd05grg6E24nn/AwbOj7PxIyNM0FLKaESY6btBQMFazIpAaBi2qnYJrTNiki1M16klNewx0hx4cUuJShe8pmWXwJE3w5wV7sO9c0Fl5RXFurZPXfUfNZUr5dalVPeDo2Y1E9kao/Sw8272ijmKO1IwY52qm3tY3VnIPWNA8=
on:
tags: true
repo: eventbrite/britecharts
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN_JAYLUM_CHEN
local_dir: docs
on:
branch: master
# after_deploy: git remote add origin-pages https://${GITHUB_TOKEN_JAYLUM_CHEN}@github.com/eventbrite/britecharts.git > /dev/null 2>&1 && git rm .gitignore && git add docs && git commit -m 'Updating docs' && git push -fu origin-pages HEAD:gh-pages