forked from mezis/fuzzily
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (35 loc) · 1017 Bytes
/
.travis.yml
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
29
30
31
32
33
34
35
rvm:
- "1.8.7"
- "1.9.3"
- "2.0.0"
- "2.1.0"
gemfile:
- gemfiles/rails23.gemfile
- gemfiles/rails30.gemfile
- gemfiles/rails31.gemfile
- gemfiles/rails32.gemfile
- gemfiles/rails32_pg.gemfile
- gemfiles/rails32_mysql.gemfile
- gemfiles/rails40.gemfile
before_install:
- if ruby --version | fgrep -q 'ruby 1.8.7' ; then gem update --system 1.8.25 ; fi
install:
- ./rebund/run download
- bundle install --path ../vendor/bundle
after_script:
- ./rebund/run upload
matrix:
exclude:
- rvm: 2.1.0
gemfile: gemfiles/rails23.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails23.gemfile
- rvm: 1.8.7
gemfile: gemfiles/rails40.gemfile
before_script:
- psql -c 'create database fuzzily_test;' -U postgres
- mysql -e 'create database fuzzily_test;'
env:
global:
- TRAVIS=TRUE
- secure: bXHSygHAYQtuVj+rZSaXOQJFWVQEwnOm3HOivKfh+0CADtHJ3TxWSPHpwWPDx/+GDqad4eU/9qfhb5GBr1lJMRJmSi5iJ53KOZxilHqL0fo070mSsLEvOSnT6fKwIe30+3LTYVR6oKEwdyt9EI/yP5aGO4klncZkvI2zqAoy6YI=