File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,13 @@ before_install:
14
14
- gem install bundler
15
15
- gem --version
16
16
17
+ branches :
18
+ only :
19
+ - master
20
+
17
21
matrix :
18
22
include :
19
- - rvm : 1.9.3
23
+ - rvm : 2.1
20
24
- rvm : 2.0
21
25
- rvm : 2.2
22
26
script : bundle exec rake test test:docker config=test-travis-1.yaml
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
bundler_url : https://rubygems.org/downloads/bundler-1.9.9.gem
11
11
12
12
matrix :
13
- - ruby_version : " 193 "
13
+ - ruby_version : " 21 "
14
14
train_target : winrm://test_user@localhost:5985
15
15
16
16
- ruby_version : " 22"
@@ -23,6 +23,10 @@ environment:
23
23
clone_folder : c:\projects\train
24
24
clone_depth : 1
25
25
26
+ branches :
27
+ only :
28
+ - master
29
+
26
30
cache :
27
31
- vendor/bundle -> appveyor.yml
28
32
You can’t perform that action at this time.
0 commit comments