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