diff options
author | Florian Frank <flori@ping.de> | 2011-07-08 01:18:42 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2011-07-08 01:24:58 +0200 |
commit | 8f4e1c79a3afd54ed91d47b6667db6d9590adcf7 (patch) | |
tree | 4251b51baade0ebb982d97a6873a6071835c79d9 | |
parent | 5e4b83035f452c0b1c62833340fcaea63e4f21ab (diff) | |
download | json-8f4e1c79a3afd54ed91d47b6667db6d9590adcf7.tar.gz |
use default rake target
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 367d35a..2ebf7fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ rvm: - ruby-head - 1.8.6 -script: "bundle exec rake test" +script: "bundle exec rake" |