Sha256: 4a3f3b45464474b148162397adc1e65b0762c5fb1002be4e9f71d193a5f0c3b1
Contents?: true
Size: 530 Bytes
Versions: 2
Compression:
Stored size: 530 Bytes
Contents
language: ruby cache: bundler os: - linux - osx rvm: - 2.5 - 2.4 - 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metanorma-standoc-1.2.2 | .travis.yml |
metanorma-standoc-1.2.1 | .travis.yml |