├── .travis.yml ├── Gemfile ├── Gemfile.lock ├── README.md ├── emacs-travis.mk └── spec └── travis_spec.rb /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flycheck/emacs-travis/HEAD/.travis.yml -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flycheck/emacs-travis/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flycheck/emacs-travis/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flycheck/emacs-travis/HEAD/README.md -------------------------------------------------------------------------------- /emacs-travis.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flycheck/emacs-travis/HEAD/emacs-travis.mk -------------------------------------------------------------------------------- /spec/travis_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flycheck/emacs-travis/HEAD/spec/travis_spec.rb --------------------------------------------------------------------------------