Sha256: 3ae767bd2cb3ce2d93d7301b8b218c590c8e997ec5223c41ea34aa4d2268a5b4
Contents?: true
Size: 594 Bytes
Versions: 2
Compression:
Stored size: 594 Bytes
Contents
language: ruby before_install: - ./spec/travis_build.sh > /dev/null 2>&1 - export LD_FLAGS=-L$HOME/opt/lib - export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:$HOME/opt/lib - export CPATH=$CPATH:$HOME/opt/include rvm: - 2.5 - 2.6 - 2.7 - 3.0 - jruby-19mode - rbx-19mode - ruby-head - jruby-head env: - LIBWEBP_VERSION=0.4.4 - LIBWEBP_VERSION=1.0.2 cache: bundler sudo: false dist: xenial notifications: email: false branches: only: - master - development matrix: allow_failures: - rvm: rbx-19mode - rvm: ruby-head - rvm: jruby-head
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
webp-ffi-0.3.1 | .travis.yml |
webp-ffi-0.3.0 | .travis.yml |