forked from I2P_Developers/i2p.i2p
Fix .travis.yml syntax
This commit is contained in:
@ -20,11 +20,7 @@ matrix:
|
||||
before_install:
|
||||
- |
|
||||
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
|
||||
echo "plugins {
|
||||
id 'org.sonarqube' version '2.6.1'
|
||||
}
|
||||
" | cat - build.gradle > build.gradle.temp
|
||||
mv build.gradle.temp build.gradle
|
||||
sed -i "1iplugins {\n id 'org.sonarqube' version '2.6.1'\n}\n" build.gradle
|
||||
fi
|
||||
|
||||
before_cache:
|
||||
|
Reference in New Issue
Block a user