Skip to content

Commit 3540b00

Browse files
committed
fix travis
1 parent 46a449a commit 3540b00

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.travis.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
language: ruby
1+
language: python
22
sudo: required
33
dist: trusty
44

55
services:
66
- docker
77

8-
rvm:
9-
- 2.4.2
10-
118
before_install:
129
- echo "before_install"
1310

1411
install:
1512
- echo "install"
16-
- gem install bundler --no-rdoc --no-ri
17-
- bundle install
1813

1914
before_script:
2015
- echo 'before_script'
@@ -32,11 +27,6 @@ script:
3227
- echo 'script'
3328
- terraform init
3429
- terraform fmt -check=true
35-
- terraform validate -var "region=${AWS_REGION}" -var "vpc_id=vpc-123456" -var "subnets=[\"subnet-12345a\"]" -var "workers_ami_id=ami-123456" -var "cluster_ingress_cidrs=[]" -var "cluster_name=test_cluster"
30+
- terraform validate -var "region=${AWS_REGION}" -var "vpc_id=vpc-123456" -var "subnet_ids=[\"subnet-12345a\"]" -var "ssh_key_name=abc"
3631
# - docker run --rm -v $(pwd):/app/ --workdir=/app/ -t wata727/tflint --error-with-issues
37-
- cd examples/eks_test_fixture
38-
- terraform init
39-
- terraform fmt -check=true
40-
- terraform validate
41-
- cd -
4232
- terraform -v

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Dead simple Terraform configuration for creating RabbitMQ cluster on AWS.
22

3+
| Branch | Build status |
4+
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5+
| master | [![Build Status](https://travis-ci.org/ulamlabs/terraform-aws-rabbitmq.svg?branch=master)](https://travis-ci.org/ulamlabs/terraform-aws-rabbitmq) |
6+
37

48
## What it does ?
59

0 commit comments

Comments
 (0)