Sha256: a0bd905e028148949c22038444cd7f5d9071ac5832f874a7c46f37d720cb2519

Contents?: true

Size: 536 Bytes

Versions: 4

Compression:

Stored size: 536 Bytes

Contents

language: ruby
cache: bundler
os:
- linux
- osx
rvm:
- 2.5
- 2.4
- 2.3
- ruby-head
before_install:
- 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 brew install --HEAD https://raw.githubusercontent.com/metanorma/homebrew-metanorma/master/Formula/metanorma.rb ; fi
matrix:
  allow_failures:
    - rvm: ruby-head

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
metanorma-standoc-1.2.0 .travis.yml
metanorma-standoc-1.1.9 .travis.yml
metanorma-standoc-1.1.8 .travis.yml
metanorma-standoc-1.1.7 .travis.yml