Sha256: 64f853393c39d99856c54d59142e61b10939bb5aa96825f942b844888fa3eacb
Contents?: true
Size: 595 Bytes
Versions: 1
Compression:
Stored size: 595 Bytes
Contents
language: ruby sudo: required rvm: - 2.2 - 2.3 - 2.4 - 2.5 matrix: # allow 2.5 to fail until Travis CI is fixed. # See travis-ci/travis-ci#8969 allow_failures: - rvm: 2.5 before_install: # work around https://github.com/travis-ci/travis-ci/issues/8969 - travis_retry gem update --system install: - sudo apt-get update -qq - sudo apt-get install libpcap-dev -qq - bundle install --path vendor/bundle --jobs=3 --retry=3 before_script: - openssl version - ruby -ropenssl -e 'puts OpenSSL::VERSION' script: - bundle exec rake - rvmsudo bundle exec rake spec:sudo
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
packetgen-2.5.0 | .travis.yml |