I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 28f31ae4 authored by str4d's avatar str4d
Browse files

Fix .travis.yml syntax

parent f34b4678
No related branches found
No related tags found
No related merge requests found
...@@ -20,11 +20,7 @@ matrix: ...@@ -20,11 +20,7 @@ matrix:
before_install: before_install:
- | - |
if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
echo "plugins { sed -i "1iplugins {\n id 'org.sonarqube' version '2.6.1'\n}\n" build.gradle
id 'org.sonarqube' version '2.6.1'
}
" | cat - build.gradle > build.gradle.temp
mv build.gradle.temp build.gradle
fi fi
before_cache: before_cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment