We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b186216 commit dd5221dCopy full SHA for dd5221d
.travis.yml
@@ -38,7 +38,7 @@ install:
38
- source bin/install_travis.sh
39
40
# Build C++ library
41
- - source bin/test_travis.sh
+ - bin/test_travis.sh
42
43
# Setup travis for Ruby wrappers
44
- cd $RUBY_SOURCE_DIR
@@ -48,10 +48,11 @@ script:
48
# Build ruby gem
49
- gem build symengine.gemspec
50
# Install ruby gem
51
- - gem install symengine-0.1.0.gem --user --verbose -- -DSymEngine_DIR=$our_install_dir
+ - gem install symengine-0.1.0.gem --install-dir $HOME --verbose -- -DSymEngine_DIR=$our_install_dir
52
+
53
# Test ruby gem
54
- gem install gem-path --no-ri --no-rdoc
- - cd `gem path symengine`
55
+ - cd $HOME/gems/symengine-0.1.0/
56
- bundle exec rspec
57
58
notifications:
0 commit comments