Update .travis.yml & Gemfile
This commit is contained in:
Родитель
671a3115b6
Коммит
5904f3e175
|
@ -1,5 +1,6 @@
|
||||||
bundler_args: --without guard
|
language: ruby
|
||||||
|
bundler_args: --without development
|
||||||
|
script: 'bundle exec rake --trace 2>&1'
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
|
@ -12,7 +13,3 @@ rvm:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
# notifications:
|
|
||||||
# recipients:
|
|
||||||
# - thibaud@thibaud.me
|
|
||||||
# - rymai@rymai.me
|
|
||||||
|
|
7
Gemfile
7
Gemfile
|
@ -1,4 +1,4 @@
|
||||||
source :rubygems
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
@ -7,15 +7,14 @@ gem 'rdoc'
|
||||||
|
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
|
|
||||||
group :guard do
|
group :development do
|
||||||
gem 'guard'
|
|
||||||
gem 'guard-test'
|
gem 'guard-test'
|
||||||
|
|
||||||
if RbConfig::CONFIG['target_os'] =~ /darwin/i
|
if RbConfig::CONFIG['target_os'] =~ /darwin/i
|
||||||
gem 'rb-fsevent', '~> 0.4'
|
gem 'rb-fsevent', '~> 0.4'
|
||||||
gem 'growl'
|
gem 'growl'
|
||||||
end
|
end
|
||||||
|
|
||||||
if RbConfig::CONFIG['target_os'] =~ /linux/i
|
if RbConfig::CONFIG['target_os'] =~ /linux/i
|
||||||
gem 'rb-inotify', '~> 0.5.1'
|
gem 'rb-inotify', '~> 0.5.1'
|
||||||
gem 'libnotify', '~> 0.1.3'
|
gem 'libnotify', '~> 0.1.3'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче