sql-machine-learning / gomaxcompute

A Go driver for MaxCompute.
41 stars 11 forks source link

Simplify Travis CI configuration #10

Closed wangkuiyi closed 5 years ago

wangkuiyi commented 5 years ago

I see that the current Travis CI configuration calls a shell script, which simply runs go test:

https://github.com/sql-machine-learning/gomaxcompute/blob/e9a58379dd82017575ba3edd19f46e87dac0bd8d/scripts/test.sh#L4

If that is all we need, I think we can remove this shell script and simplify .travis.yml with only one line

language: go