Sha256: f7efd5da41d49acb4d0042b741cada3fa8c8caefe1422c173e2450c2c41a0f29

Contents?: true

Size: 499 Bytes

Versions: 1

Compression:

Stored size: 499 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.4
  - 2.5
  - 2.6
  - 2.7

addons:
  apt:
    packages:
      - cabal-install
      - default-jre
      - gnuplot
      - graphviz
      - npm
      - python3
      - python3-pip
      - python3-setuptools

before_install:
  - sudo cabal update && sudo cabal install erd
  - sudo gem update --system && sudo gem install bundler
  - sudo npm install -g mermaid.cli state-machine-cat wavedrom-cli 
  - sudo pip3 install blockdiag seqdiag actdiag nwdiag syntrax

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-diagrams-0.7.1 .travis.yml