Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Mar 30, 2012
1 parent 111aa76 commit 822137d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,7 @@ env: DB=postgres
before_install:
- git clone https://github.com/antirez/hiredis.git && cd hiredis && make && sudo make install && sudo ldconfig && cd ..
before_script:
- find /home/vagrant/.rvm/gems -name sunspot_test.rb
- find --version
- find /home/vagrant/.rvm/gems -name sunspot_test.rb -exec sed -i 's/at_exit/#at_exit/' \{\} \;
- cp config/database.yml.ci config/database.yml
- echo "foo" > mail_username.txt
- echo "bar" > mail_password.txt
Expand Down

0 comments on commit 822137d

Please sign in to comment.