Remove TravisCI (#10)
This commit is contained in:
parent
bd72d2a64f
commit
088ad05173
1 changed files with 0 additions and 22 deletions
22
.travis.yml
22
.travis.yml
|
@ -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
|
|
Loading…
Reference in a new issue