parent
48fa6e3855
commit
0c59b3d0af
@ -1,17 +0,0 @@ |
||||
package com.otaliastudios.cameraview; |
||||
|
||||
import java.lang.annotation.Retention; |
||||
import java.lang.annotation.RetentionPolicy; |
||||
|
||||
/** |
||||
* Thanks to a testInstrumentationRunnerArgument in our build file, we will not |
||||
* execute these tests on Travis CI. |
||||
* The {@link RetentionPolicy#RUNTIME} is needed! |
||||
* |
||||
* https://developer.android.com/reference/android/support/test/runner/AndroidJUnitRunner
|
||||
* |
||||
*/ |
||||
@Retention(RetentionPolicy.RUNTIME) |
||||
public @interface DoNotRunOnTravis { |
||||
String because() default ""; |
||||
} |
Loading…
Reference in new issue