Skip to content

Commit 313cd71

Browse files
committed
see 05/14 log
1 parent ead1e05 commit 313cd71

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ cache:
3737
- $HOME/.android/build-cache
3838

3939
script:
40-
- ./gradlew build connectedCheck -i
40+
- ./gradlew build connectedCheck

utilcode/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import java.text.SimpleDateFormat
2-
31
apply plugin: 'com.android.library'
42
apply plugin: 'jacoco'
53

@@ -22,11 +20,6 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea
2220
])
2321
}
2422

25-
task time() {
26-
def format = new SimpleDateFormat("yyyy MM dd HH:mm:ss", Locale.getDefault());
27-
println format.format(new Date(1493887049000L));
28-
}
29-
3023
android {
3124
compileSdkVersion 25
3225
buildToolsVersion "25.0.2"

0 commit comments

Comments
 (0)