1
0
Fork 0

Remove TravisCI (#10)

This commit is contained in:
Andrew Tomaka 2019-10-09 22:29:57 -04:00 committed by GitHub
parent bd72d2a64f
commit 088ad05173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
sudo: false
cache: bundler
language: ruby
rvm:
- 2.6
- 2.5
- 2.4
- 2.3
before_install: gem install bundler -v 1.16.1
stages:
- analyze
- test
- deploy
jobs:
include:
- stage: test
script: bundle exec rspec
- stage: analyze
script: bundle exec rubocop
rvm: 2.5