Sha256: 16d77500986b7e86ffd56b49bdede0f4d562b3eb210c8fc3afe9f5da60618492

Contents?: true

Size: 313 Bytes

Versions: 4

Compression:

Stored size: 313 Bytes

Contents

sudo: required
cache: bundler
language: ruby
rvm:
  - 2.2.0
  - 2.3.0
  - 2.4.0
script: "bundle exec rspec && bundle exec codeclimate-test-reporter"
before_install:
  - sudo add-apt-repository ppa:chris-lea/libsodium -y
  - sudo apt-get update -q
  - sudo apt-get install libsodium-dev -y
  - gem install bundler

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
jwtb-2.0.0.beta2.bsk1 .travis.yml
jwt-blockstack-2.0.0.beta2 .travis.yml
jwt-blockstack-2.0.0.beta1 .travis.yml
jwt-2.0.0.beta1 .travis.yml