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: 30d56b14d1061ddb80188ba7d51d8ff6844eff14 (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'
    - 'develop'

language: ruby
rvm:
  - 2.0.0
  - 1.9.3

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


bundler_args: "--without development production heroku"
before_install: "./script/ci/before_install.sh"
script: "./script/ci/build.sh"

addons:
  firefox: "26.0"

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