diff --git a/.gitignore b/.gitignore index d62b316..e7a9c08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# System files on macOS +.DS_Store + # Compiled Object files, Static and Dynamic libs (Shared Objects) *.o *.a diff --git a/.travis.yml b/.travis.yml index 9775110..fcc2fa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ go: - 1.7.x - 1.8.x - 1.9.x + - 1.10.x install: - go get -v