mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-07-17 22:44:34 +02:00
Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
113f05de87 | ||
|
|
64be9a6f0d | ||
|
|
7280e8500c | ||
|
|
094c7fba3d |
1 changed files with 22 additions and 0 deletions
22
.travis.yml
Normal file
22
.travis.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "stable"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
script:
|
||||
- CI=true npm test
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: deploy datasette-vega-latest.datasette.io
|
||||
on: master
|
||||
script:
|
||||
- npm install -g now
|
||||
- REACT_APP_STAGE=dev npm run build
|
||||
- echo '{"name":"datasette-vega-latest","alias":"datasette-vega-latest.datasette.io"}' > build/now.json
|
||||
- cd build && now --name=datasette-vega-latest --token=$NOW_TOKEN
|
||||
- now alias --token=$NOW_TOKEN
|
||||
Loading…
Add table
Add a link
Reference in a new issue