language: go go: - 1.6.2 sudo: false script: - go test -i ./drawing/ - go test -i ./date/ - go test -i