diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-22 22:33:58 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 11:09:06 -0400 |
commit | 949912d793cc8b80e6acb0978268405dc21a13e9 (patch) | |
tree | 4d07b4a0fb767810d35fbcdd83076c1e117794f8 /test/fixture | |
parent | e9dd14192f0e9f1e2367b378b937c2b2f042ffa1 (diff) |
Use Cask to run tests in TravisCI
Diffstat (limited to 'test/fixture')
-rw-r--r-- | test/fixture/client.plstore | 2 | ||||
-rw-r--r-- | test/fixture/empty.plstore | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/fixture/client.plstore b/test/fixture/client.plstore deleted file mode 100644 index 3514ed9..0000000 --- a/test/fixture/client.plstore +++ /dev/null @@ -1,2 +0,0 @@ -;;; public entries -*- mode: plstore -*- -(("mastodon" :client_id "id" :client_secret "secret")) diff --git a/test/fixture/empty.plstore b/test/fixture/empty.plstore deleted file mode 100644 index 4685e78..0000000 --- a/test/fixture/empty.plstore +++ /dev/null @@ -1,2 +0,0 @@ -;;; public entries -*- mode: plstore -*- -(("ignore" :client_id "id" :client_secret "secret")) |