Fix whitespace in travis.yml

This commit is contained in:
Mitchell Hashimoto 2013-01-29 11:23:42 -08:00
parent 8dc6b8ad77
commit 6ddb560205
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: ruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y bsdtar
- sudo apt-get update -qq
- sudo apt-get install -qq -y bsdtar
rvm:
- 1.9.3
script: rake test:unit