aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 5b184d2cbbd56e533b89f82d99fe3cd32b7879b4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
              
              
                                   
                                                            
    
                 
            


                                                       
    
         
       
       

          
language: ruby
cache: bundler
bundler_args: --without development
before_script: "bundle exec rake refinery:testing:dummy_app"
env:
  - DB=postgresql
  - DB=mysql
notifications:
  webhooks:
    - https://webhooks.gitter.im/e/b5d48907cdc89864b874
rvm:
  - 2.3.1
  - 2.2
  - 2.1
  - 2.0.0
sudo: false