Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 63ec6e0

Browse files
committed
Alphabetize the Travis configuration file
Yup. [ci skip]
1 parent 2992125 commit 63ec6e0

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.travis.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
language: ruby
2-
script: bundle exec rspec
3-
services: mongodb
4-
rvm:
5-
- 1.9.3
6-
- "2.0"
7-
- "2.1"
8-
- ruby-head
1+
env:
2+
global:
3+
secure: | # CODECLIMATE_REPO_TOKEN
4+
c1IvkNUiB8/23zmAof8gkthrz79Iou+e/rKddC6w11CNwv0s5nusWgjtwuMg
5+
fEEfEFU+Q3TPDtZ+YUjXbzRST6w734OqEltU0QNoFd+j1PL94c6o8iEniJT+
6+
JAhKTfB5G7X8ZApxCSwBg3ADhM5VdNbF1itYQkg4OJac2mQfx38=
97
gemfile:
108
- gemfiles/active_record/3-0.gemfile
119
- gemfiles/active_record/3-1.gemfile
@@ -32,12 +30,14 @@ gemfile:
3230
- gemfiles/mongoid/3-0.gemfile
3331
- gemfiles/mongoid/3-1.gemfile
3432
- gemfiles/mongoid/4-0.gemfile
35-
env:
36-
global:
37-
secure: | # CODECLIMATE_REPO_TOKEN
38-
c1IvkNUiB8/23zmAof8gkthrz79Iou+e/rKddC6w11CNwv0s5nusWgjtwuMg
39-
fEEfEFU+Q3TPDtZ+YUjXbzRST6w734OqEltU0QNoFd+j1PL94c6o8iEniJT+
40-
JAhKTfB5G7X8ZApxCSwBg3ADhM5VdNbF1itYQkg4OJac2mQfx38=
33+
language: ruby
4134
matrix:
4235
allow_failures:
4336
- rvm: ruby-head
37+
rvm:
38+
- 1.9.3
39+
- "2.0"
40+
- "2.1"
41+
- ruby-head
42+
script: bundle exec rspec
43+
services: mongodb

0 commit comments

Comments
 (0)