Skip to content

Commit 578a15b

Browse files
committed
.travis.yml: test ansible 2.3 on travis-ci.
1 parent 9b01a4a commit 578a15b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sudo: yes
33

44
matrix:
55
include:
6+
- python: 2.7
7+
env: TOXENV=py27-ansible23
68
- python: 2.7
79
env: TOXENV=py27-ansible22
810
- python: 2.7
@@ -25,4 +27,3 @@ before_cache:
2527
cache:
2628
directories:
2729
- ${HOME}/.cache/pip
28-

0 commit comments

Comments
 (0)