You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
724 B

  1. language: go
  2. go:
  3. - 1.1
  4. - 1.2
  5. - 1.3
  6. - 1.4
  7. - tip
  8. before_script:
  9. - 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
  10. script:
  11. - go test -v ./autoscaling/
  12. - go test -v ./aws/
  13. - go test -v ./cloudformation/
  14. - go test -v ./cloudfront/
  15. - go test -v ./cloudwatch/
  16. - go test -v ./dynamodb/
  17. - go test -v ./ec2/
  18. - go test -v ./ecs/
  19. - go test -v ./elb/
  20. - go test -v ./iam/
  21. - go test -v ./rds/
  22. - go test -v ./route53/
  23. - go test -v ./s3/
  24. - go test -v ./sqs/
  25. - go test -v ./sts/
  26. - go test -v ./exp/mturk/
  27. - go test -v ./exp/sdb/
  28. # - go test -v ./exp/ses/
  29. # - go test -v ./exp/sns/