Skip to content

Commit

Permalink
Travis file now doesn't manage gem files directly
Browse files Browse the repository at this point in the history
That is the job of bundler.
  • Loading branch information
kotp committed Jan 26, 2016
1 parent 321c04f commit 7c298fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
language: ruby
sudo: false
rvm:
- 2.1.2
- 2.1.2
install:
- gem install minitest --no-document
- gem install rubocop -v 0.36.0 --no-document
- bundle install -quiet
script:
- rubocop -fs -D
- bin/executable-tests-check
- make test
- bin/fetch-configlet
- bin/configlet .
- rubocop -fs -D
- bin/executable-tests-check
- make test
- bin/fetch-configlet
- bin/configlet .
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'https://rubygems.org'

gem 'minitest'
gem 'rubocop', '0.36.0'

0 comments on commit 7c298fc

Please sign in to comment.