summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-08-06 20:39:37 -0700
committerGitHub <noreply@github.com>2019-08-06 20:39:37 -0700
commit32a8c4ae7122d793adc4df308393fcb2cbc99cd0 (patch)
tree421e2e242290c407e2014e8ae03257fba559adc1 /.travis.yml
parenta338f147c50c1248a4aeee84cd093470e34d4171 (diff)
parentc3746ef86c6f0f94bd75ab83e34d1810ab9a0e59 (diff)
downloadmixlib-authentication-32a8c4ae7122d793adc4df308393fcb2cbc99cd0.tar.gz
Merge pull request #48 from chef/bk
Update project owner + Remove Travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4a40d95..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-language: ruby
-cache: bundler
-dist: xenial
-
-before_install:
- - gem install bundler || true
- - bundle --version
- - gem update --system
- - gem --version
-
-matrix:
- include:
- - rvm: 2.4.5
- - rvm: 2.5.5
- - rvm: 2.6.2
- - rvm: ruby-head
- allow_failures:
- - rvm: ruby-head
-
-branches:
- only:
- - master
-
-bundler_args: --without docs development
-
-script: bundle exec rake