diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index da74975cf4..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: ruby -cache: bundler -dist: xenial - -rvm: 2.1.9 - -matrix: - include: - - name: "Validate Commit Message" - language: python - script: - - pip install gitlint - - wget https://raw.githubusercontent.com/SUSE-Cloud/automation/master/scripts/jenkins/gitlint.ini - - gitlint --commits `git rev-parse --abbrev-ref HEAD`..HEAD -C gitlint.ini - - name: "Syntaxcheck" - gemfile: Gemfile - script: - - bundle exec rake syntaxcheck - - name: "Validate Framework (RSpec)" - gemfile: Gemfile - script: - - bundle exec rake spec - - name: "Validate Databags" - gemfile: Gemfile - script: - - bundle exec crowbar-validate-databags chef/data_bags/crowbar - -before_install: - - rvm @global do gem install bundler -v '< 2.0.0' diff --git a/README.md b/README.md index 99fb7dc0bb..106f6b555c 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,8 @@ originally developed by the [Dell CloudEdge Solutions Team](http://dell.com/open ## Badges -[![Build Status](https://travis-ci.org/crowbar/crowbar-openstack.svg?branch=master)](https://travis-ci.org/crowbar/crowbar-openstack) [![Code Climate](https://codeclimate.com/github/crowbar/crowbar-openstack/badges/gpa.svg)](https://codeclimate.com/github/crowbar/crowbar-openstack) [![Test Coverage](https://codeclimate.com/github/crowbar/crowbar-openstack/badges/coverage.svg)](https://codeclimate.com/github/crowbar/crowbar-openstack) -[![Dependency Status](https://gemnasium.com/crowbar/crowbar-openstack.svg)](https://gemnasium.com/crowbar/crowbar-openstack) [![Join the chat at https://gitter.im/crowbar/crowbar](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/crowbar/crowbar) ## Contact