Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Apr 14, 2018
1 parent c4df3cd commit d128089
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
cache: bundler
rvm:
- 2.2.6
- 2.3.3
- 2.2.7
- 2.3.4
before_script:
- mysql -e 'create database enju_test DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;'
- psql -c 'create database enju_test;' -U postgres
Expand All @@ -17,4 +17,3 @@ notifications:
slack:
secure: WdULbPUWuvIle2lZijTJDJRnGPP9/bLRlZVvKiddC+uDeFf1hOycMzKMgJDd0Y7tIv25pwBBbah808U7aOdcVDjNTL8Lid6ps+gs7DckLRpmGpbx8KkXPAcG2rG5EqMfgQ6gXtTv/uOCvorYYY+pAlraII+2UmqZ3IRuQqZl0gexDXQheB96yGXshlIQj5ZSpTgjTOQkA7IUIDjElv5Fadu4nEXlIgxMNBfwOJbSWBiCeXiaU2ZMaFGWonvjxQfIHu0S+cfIpA3yWK7pjR+5M9aBIup1VoYtmujiF3z83saPCrTjuKh7S+W6zoF4Ylh/zDEJJTH48vQ647UtABT6pOZ4d+whCJtM3HQcRSS1di+Gbsy2IxWWOQ0MlK2vOmsSn6C4cibsuDDNNwNwkd7JcPGW+vPBOweBGLS/8GpvMuGi3Xmkmu7/T5o8/dn7o6QQVDAGOFf8Hoelh7NMVVHcjFge2K8vrI9QM9lWN6OGRf6wvIuI2MkvGqdNewubugGxT0nmLx1KH5n6K50ZkG+ok+i6DNlqXjHMgSg+OxLo966qKs61mRAYwUcfu7ZlIFJlCFkeqQ4S0mdQpKdf63FB9nGHkmxi4K+RfyUO+y2/24/9LupBuUSIg83fsN+XBL9Ps6yrsK4FMaErKT+B6OpAi6dLkuTPcsNy2OcWJrt4YeI=
sudo: false
dist: precise
10 changes: 5 additions & 5 deletions enju_grid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.version = EnjuGrid::VERSION
s.authors = ["Masao Takaku"]
s.email = ["tmasao@acm.org"]
s.homepage = "https://github.com/masao/enju_grid"
s.homepage = "https://github.com/next-l/enju_grid"
s.summary = "Next-L Enju Grid"
s.description = "Grid User interface for Next-L Enju"

Expand All @@ -18,13 +18,13 @@ Gem::Specification.new do |s|

s.add_dependency "enju_biblio", "~> 0.2.4"

s.add_development_dependency "enju_leaf", "~> 1.2.1"
s.add_development_dependency "enju_leaf", "~> 1.2.2"
s.add_development_dependency "enju_manifestation_viewer", "~> 0.2.2"
s.add_development_dependency "enju_circulation", "~> 0.2.4"
s.add_development_dependency "enju_circulation", "~> 0.2.5"
s.add_development_dependency "enju_subject", "~> 0.2.3"
s.add_development_dependency "sqlite3"
s.add_development_dependency "mysql2"
s.add_development_dependency "pg"
s.add_development_dependency "mysql2", "~> 0.4.10"
s.add_development_dependency "pg", "~> 0.21"
s.add_development_dependency "rspec-rails", "~> 3.5"
s.add_development_dependency "simplecov"
s.add_development_dependency "factory_bot_rails"
Expand Down

0 comments on commit d128089

Please sign in to comment.