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: 3f10f1472924514fe3fcb6c6afa59a7150ff5af4 (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
branches:
  only:
    - 'master'


rvm:
  - 1.8.7
  - ree
  - 1.9.2

env:
  - DB=postgres
  - DB=mysql


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


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