Skip to content

Commit

Permalink
Try to fix Travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavc committed Apr 2, 2016
1 parent 44699ab commit 0157c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache:
- $HOME/.gradle/caches/
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_5434d186515e_key -iv $encrypted_5434d186515e_iv
-in gradle.properties.enc -out gradle.properties -d
-in gradle.properties.enc -out gradle.properties -d || true
after_success:
- ./gradlew jacocoTestReport coveralls
notifications:
Expand Down
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ plugins {
id 'nebula.provided-base' version '3.0.3'
}

group 'com.netflix.nebula'

apply from: 'https://raw.githubusercontent.com/nebula-plugins/nebula-core/b676bbc026d0053494b5439ba8ef147c16adabba/common.gradle'
apply from: 'https://raw.githubusercontent.com/nebula-plugins/nebula-core/59c9e15f561372a8a72bbe13e4fbb114d0ef16f8/common.gradle'

description 'Pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts'

Expand All @@ -50,9 +48,6 @@ repositories {
}

dependencies {
compile gradleApi()
compile localGroovy()

compile 'org.ow2.asm:asm:5.0.4'
compile('org.codenarc:CodeNarc:latest.release') {
transitive = false
Expand Down

0 comments on commit 0157c7f

Please sign in to comment.