Sha256: badd17f10ce03c46ae7c04a292618fc3292390ac804d5ac1189a9a85f3c5695f

Contents?: true

Size: 413 Bytes

Versions: 4

Compression:

Stored size: 413 Bytes

Contents

dist: trusty
group: stable
sudo: false
cache: bundler
language: ruby
addons:
  postgresql: '9.6'
  apt:
    packages:
      - graphviz
rvm:
  - 2.6.5
before_install:
  - gem install bundler
  - cp spec/dummy/config/database.yml.travis spec/dummy/config/database.yml
  - bundle install
  - bundle exec rake --version
  - bundle exec rake db:test:prepare
script:
  - bundle exec rake spec
  - bundle exec rake yard

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
metasploit-model-3.1.2 .travis.yml
metasploit-model-3.1.1 .travis.yml
metasploit-model-3.1.0 .travis.yml
metasploit-model-3.0.0 .travis.yml