Fixes the command travis uses to build

This commit is contained in:
Tim Emiola 2015-02-24 22:56:16 -08:00
parent 8af9dd6fb6
commit 017eb16bd8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ rvm:
- 1.9.3 - 1.9.3
- rbx-2 - rbx-2
- jruby - jruby
script: "bundle exec rake spec:all" script: "bundle exec rake"
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install idn - sudo apt-get install idn