Skip to content

Commit aece286

Browse files
committed
Still fighting with Travis...
1 parent ac028d5 commit aece286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
--color
21
--require ./spec/spec_helper.rb
2+
--color

.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
62+
- bundle exec rspec --require ./spec/spec_helper.rb
6363

6464
notifications:
6565
email: false

0 commit comments

Comments
 (0)