diff options
| author | Gibheer <gibheer@gmail.com> | 2012-12-10 21:24:41 +0100 | 
|---|---|---|
| committer | Gibheer <gibheer@gmail.com> | 2012-12-10 21:24:41 +0100 | 
| commit | 34a7a04a040fccae6dc731c0cd6cc33f23b063a4 (patch) | |
| tree | 753bfc4114a3054ff43c58ec4e848fdb7e55705f | |
| parent | 3418d262b3f5ac360b6d3be604f3a5dcf109bbea (diff) | |
added script command for travis
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 0c226e2..003fc54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ rvm:    - rbx-18mode    - rbx-19mode    - 1.8.7 +script: thor spec | 
