We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61936bf + 70b82bb commit eb5c498Copy full SHA for eb5c498
.travis.yml
@@ -11,9 +11,9 @@ env:
11
install:
12
- set -e
13
- 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
+ - gem install --no-document --no-rdoc pdd
+ - gem install --no-document --no-rdoc est
+ - gem install --no-document --no-rdoc xcop
17
- mvn install -DskipTests -Dinvoker.skip
18
- mvn clean
19
- set +e
0 commit comments