Skip to content

Commit dd5221d

Browse files
committed
Fix travis tests
1 parent b186216 commit dd5221d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
- source bin/install_travis.sh
3939

4040
# Build C++ library
41-
- source bin/test_travis.sh
41+
- bin/test_travis.sh
4242

4343
# Setup travis for Ruby wrappers
4444
- cd $RUBY_SOURCE_DIR
@@ -48,10 +48,11 @@ script:
4848
# Build ruby gem
4949
- gem build symengine.gemspec
5050
# Install ruby gem
51-
- gem install symengine-0.1.0.gem --user --verbose -- -DSymEngine_DIR=$our_install_dir
51+
- gem install symengine-0.1.0.gem --install-dir $HOME --verbose -- -DSymEngine_DIR=$our_install_dir
52+
5253
# Test ruby gem
5354
- gem install gem-path --no-ri --no-rdoc
54-
- cd `gem path symengine`
55+
- cd $HOME/gems/symengine-0.1.0/
5556
- bundle exec rspec
5657

5758
notifications:

0 commit comments

Comments
 (0)