Sha256: 95966a3ce07ddb865f06cd96190364dacaded3693977f2b058ab95ac0bdbafaf

Contents?: true

Size: 823 Bytes

Versions: 5

Compression:

Stored size: 823 Bytes

Contents

language: ruby
cache: bundler
os:
- linux
- osx
rvm:
- 2.6
- 2.5
- 2.4
- ruby-head
before_install:
- nvm install 8
- npm install -g puppeteer
- npm install
- curl -L https://cpanmin.us | perl - --sudo App::cpanminus
- sudo cpanm --notest LaTeXML@0.8.4
- curl -L https://raw.githubusercontent.com/metanorma/metanorma-build-scripts/master/travis.sh | bash
- plantuml -version
- gem install bundler -v 2.0.1
- bundle update
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo bash -c "apt-get update && curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/ubuntu.sh | bash" ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait brew install --HEAD https://raw.githubusercontent.com/metanorma/homebrew-metanorma/master/Formula/metanorma.rb ; fi
matrix:
  allow_failures:
    - rvm: ruby-head

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
metanorma-standoc-1.3.2 .travis.yml
metanorma-standoc-1.3.1 .travis.yml
metanorma-standoc-1.3.0 .travis.yml
metanorma-standoc-1.2.4 .travis.yml
metanorma-standoc-1.2.3 .travis.yml