Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b30652c8a676020ab697e51f55cb3ca24698974e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
branches:
  only:
    - 'master'
    - 'rails3.2'
    
language: ruby
rvm:
  - ree
  - 1.9.2

env:
  - DB=postgres BUILD_TYPE=other
  - DB=mysql BUILD_TYPE=other
  - DB=postgres BUILD_TYPE=cucumber
  - DB=mysql BUILD_TYPE=cucumber

before_install: 
  - "./script/ci/before_install.sh"

bundler_args: "--without development production heroku"
before_script: "./script/ci/before.sh"
script: "bundle exec rake travis"


notifications:
  irc:
    channels:
      - 'irc.freenode.org:6667#diaspora-dev'