Skip to content

Commit 9d5fd32

Browse files
committed
Add .rspec to gem files, to make Travis happy
1 parent aece286 commit 9d5fd32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ script:
5959
# Test ruby gem
6060
- gem install gem-path --no-ri --no-rdoc
6161
- cd $HOME/gems/symengine-0.1.0/
62-
- bundle exec rspec --require ./spec/spec_helper.rb
62+
- bundle exec rspec
6363

6464
notifications:
6565
email: false

symengine.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
77
gem.email = ["abinashdakshana999@gmail.com"]
88
gem.homepage = 'https://github.com/sympy/symengine'
99
gem.files = Dir["lib/**/*", "bin/*", "LICENSE", "*.md", "ext/**/*", "spec/**/*", "CMakeLists.txt", "Gemfile",
10-
"cmake/FindRuby.cmake", "symengine.gemspec"]
10+
"cmake/FindRuby.cmake", "symengine.gemspec", ".rspec"]
1111
gem.require_paths = ["lib"]
1212
gem.extensions = ["ext/symengine/extconf.rb"]
1313
gem.license = 'MIT'

0 commit comments

Comments
 (0)