.travis.yml 420 B

12345678910111213141516171819202122
  1. services:
  2. - mongodb
  3. language: ruby
  4. rvm:
  5. - 2.2.5
  6. - 2.3.1
  7. - 2.4.1
  8. env:
  9. global:
  10. - RUBYOPT=-W1
  11. before_install:
  12. - gem update --system
  13. - gem --version # make sure rubygems actually were updated
  14. - ./test/setup_litmus.sh
  15. before_script:
  16. - rm -rf /tmp/dav-file-store
  17. - mkdir /tmp/dav-file-store
  18. - bundle exec dav4rack --root /tmp/dav-file-store &
  19. script:
  20. - bundle exec rake
  21. - ./test/litmus_travis.sh