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: 68cd2439a422f59c11c133a9844b3b5b085c7706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
branches:
  only:
    - 'master'

rvm:
  - ree
  - 1.9.2
  - 1.9.3

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

before_install: gem install bundler --pre
bundler_args: "--without development production"
before_script: "./config/ci/before-travis.sh"
script: "bundle exec rake travis"


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