Skip to content

Commit ed47dae

Browse files
authored
Merge pull request #2 from jasonheecs/travis-ci
Add travis integration
2 parents e405add + 6368ab0 commit ed47dae

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.kitchen.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ platforms:
1515
- name: ubuntu-18.04
1616
- name: ubuntu-16.04
1717
- name: ubuntu-14.04
18-
- name: ubuntu-12.04
1918

2019
verifier:
2120
name: serverspec

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
- UBUNTU_VERSION: ubuntu-18
1111
- UBUNTU_VERSION: ubuntu-16
1212
- UBUNTU_VERSION: ubuntu-14
13-
- UBUNTU_VERSION: ubuntu-12
1413

1514
cache:
1615
pip: true
@@ -32,7 +31,7 @@ script:
3231
- docker version
3332
- export LC_ALL=C
3433
- bundle show
35-
- bundle exec kitchen test '${UBUNTU_VERSION}' -c
34+
- bundle exec kitchen test ${UBUNTU_VERSION} -c
3635

3736
notifications:
3837
email:

0 commit comments

Comments
 (0)