Travis simplification

This commit is contained in:
Hannes Achleitner
2019-07-16 06:17:42 +02:00
parent ec6b02f97e
commit ffa23c819b
3 changed files with 6 additions and 44 deletions

View File

@@ -1,17 +0,0 @@
package org.sufficientlysecure.materialchips;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
}