1
0
Fork 0

Remove TravisCI

This commit is contained in:
Andrew Tomaka 2019-10-09 22:27:05 -04:00
parent bd72d2a64f
commit 5dcea0d3c7
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
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