Fix punctuation error (comma, not plus) that broke export, and properly move non-wildcard files outside of glob

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204801682
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f433179
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: dart
+
+dart:
+  - dev
+
+dart_task:
+  - test: -p vm
+  - test: -p firefox
+  - dartfmt
+  - dartanalyzer
+
+# Only building master means that we don't run two builds for each pull request.
+branches:
+  only: [master]
+
+cache:
+  directories:
+    - $HOME/.pub-cache
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..0617765
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,9 @@
+# Names should be added to this file with this pattern:
+#
+# For individuals:
+#   Name <email address>
+#
+# For organizations:
+#   Organization <fnmatch pattern>
+#
+Google Inc. <*@google.com>