Refactor travis testing

This commit is contained in:
2021-06-07 12:36:22 -06:00
commit 8fd76d9a49
34 changed files with 288 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
package nat.components;
typedef Tags = Map<String, Date>;

View File

@@ -0,0 +1,4 @@
package nat.components;
typedef Name = String;
typedef Author = String;

View File

@@ -0,0 +1,3 @@
package nat.components;
typedef Tags = Map<String, Int>;