summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/goamz/goamz/.travis.yml
blob: 3c26b175992d32a87025dd212a84853ad36187e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: go

go:
  - 1.1
  - 1.2
  - 1.3
  - 1.4
  - tip

before_script:
  - FIXED=$(go fmt ./... | wc -l); if [ $FIXED -gt 0 ]; then echo "gofmt - $FIXED file(s) not formatted correctly, please run gofmt to fix this." && exit 1; fi

script:
  - go test -v ./autoscaling/
  - go test -v ./aws/
  - go test -v ./cloudformation/
  - go test -v ./cloudfront/
  - go test -v ./cloudwatch/
  - go test -v ./dynamodb/
  - go test -v ./ec2/
  - go test -v ./ecs/
  - go test -v ./elb/
  - go test -v ./iam/
  - go test -v ./rds/
  - go test -v ./route53/
  - go test -v ./s3/
  - go test -v ./sqs/
  - go test -v ./sts/
  - go test -v ./exp/mturk/
  - go test -v ./exp/sdb/
  # - go test -v ./exp/ses/
  # - go test -v ./exp/sns/