Skip to content

Commit eb5c498

Browse files
committedJan 23, 2019
Merge branch '__rultor'
2 parents 61936bf + 70b82bb commit eb5c498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ env:
1111
install:
1212
- set -e
1313
- travis_retry sudo apt-get install -y --fix-missing libmagic1 libmagic-dev
14-
- gem install --no-ri --no-rdoc pdd
15-
- gem install --no-ri --no-rdoc est
16-
- gem install --no-ri --no-rdoc xcop
14+
- gem install --no-document --no-rdoc pdd
15+
- gem install --no-document --no-rdoc est
16+
- gem install --no-document --no-rdoc xcop
1717
- mvn install -DskipTests -Dinvoker.skip
1818
- mvn clean
1919
- set +e

0 commit comments

Comments
 (0)
Please sign in to comment.