Sha256: a6d828d05f5f440372c520718cb28d4bb1a8444851d1fb0603e98cab1fd54946
Contents?: true
Size: 806 Bytes
Versions: 2
Compression:
Stored size: 806 Bytes
Contents
language: ruby sudo: required dist: xenial services: - docker rvm: - 2.3 - 2.4 - 2.5 - 2.6 - ruby-head bundler_args: "--jobs=4 --retry=3" cache: bundler: true before_install: - travis_retry gem update --system || travis_retry gem update --system 2.7.8 - travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3 script: - bundle exec rake spec notifications: email: false slack: secure: PcecHsVS6lw89K5PllW8xFlzu0d04p6lYfxlUZL0/yp9flAczElJME4RshSMSkbnu5e2Iw8KUA2xB1jkAzDo9qYoXveaKyjkFUOb1ZxYIVxzzfoDDwUNTMmSoyjZjvbeBUcpxxmxy6nXa3zS+gA2ohqWhS9WTTlTqyM5RriDjZ8= matrix: allow_failures: - rvm: ruby-head include: - rvm: 2.6 env: RUBYOPT="--jit" - rvm: ruby-head env: RUBYOPT="--jit" branches: only: - master
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
itamae-1.10.4 | .travis.yml |
itamae-1.10.3 | .travis.yml |