Skip to content

Commit

Permalink
Decommission 12-stable
Browse files Browse the repository at this point in the history
Removes 12-stable from travis.yml branch filter
Updates appveyor.yml for the 12.4-stable branch
  • Loading branch information
grubernaut committed Jul 7, 2015
1 parent 906d0dd commit 224241b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,6 @@ branches:
- master
- 10-stable
- 11-stable
- 12-stable

# do not run expensive spec tests on PRs, only on branches
script: "
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -14,7 +14,7 @@ skip_tags: true
branches:
only:
- master
- 12-stable
- 12.4-stable

cache:
- C:\Ruby200\lib\ruby\gems\2.0.0
Expand Down

0 comments on commit 224241b

Please sign in to comment.