Skip to content

Commit 8e58cd1

Browse files
committed
disable rdoc/ri using --no-document
1 parent 62dd2fa commit 8e58cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ script:
7070
- if [[ "${RUBOCOP}" == "yes" ]]; then rubocop; fi
7171

7272
# Test ruby gem
73-
- gem install gem-path --no-ri --no-rdoc
73+
- gem install gem-path --no-document
7474
- cd $HOME/gems/symengine-0.1.0/
7575
- bundle exec rspec
7676

0 commit comments

Comments
 (0)