Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuber committed Mar 13, 2015
1 parent a3c4b96 commit c1585d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,13 +1,18 @@
sudo: false
language: ruby
cache: bundler
addons:
postgresql: "9.3"
rvm:
- "1.9.3-p547"
before_install:
- wget 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2'
- tar xf phantomjs-1.9.7-linux-x86_64.tar.bz2
- export PATH=$PATH:phantomjs-1.9.7-linux-x86_64/bin/
install:
- bundle install --without production --retry=6
- bundle install
- bundle exec rake db:setup
bundler_args: --without-production --retry=6
script:
- bundle exec rake
notifications:
Expand Down

0 comments on commit c1585d7

Please sign in to comment.