Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Sep 29, 2018
1 parent 1727acd commit 74e8321
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ cache:
script:
- yarn run build
- yarn run test
before_deploy:
- yarn run docs
- mv ./docs ./examples/docs
deploy:
Expand Down
16 changes: 8 additions & 8 deletions examples-src/App.vue
Expand Up @@ -43,14 +43,6 @@
/>
</PlotContainer>

<h3>&lt;SortOptions/&gt;</h3>
<SortOptions
variable="sample_id"
:by="sampleSortBy"
:getScale="getScale"
:getData="getData"
/>

<h3>&lt;BarPlot/&gt;</h3>
<PlotContainer
:pWidth="500"
Expand Down Expand Up @@ -122,6 +114,14 @@
/>
</PlotContainer>

<h3>&lt;SortOptions/&gt;</h3>
<SortOptions
variable="sample_id"
:by="sampleSortBy"
:getScale="getScale"
:getData="getData"
/>


<div class="stack-wrapper" v-show="showStack">
<h3>&lt;Stack/&gt;</h3>
Expand Down

0 comments on commit 74e8321

Please sign in to comment.