diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-19 15:10:16 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-19 15:10:16 +1100 |
commit | 4f6762c7e5df25b4b66ddec6c1e0f921ebf03f13 (patch) | |
tree | e9a6468f845ef1d8a46c5d4f9ff9b60bc68b923a /script | |
parent | b5c283e0f8fb1c50892373c82f42d6a210878493 (diff) |
Shouldn't be needed as we use Travis
Diffstat (limited to 'script')
-rwxr-xr-x | script/test-run | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/script/test-run b/script/test-run deleted file mode 100755 index 7810b57d5..000000000 --- a/script/test-run +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd ../ -bundle exec rake spec - |