Skip to content

Commit 336cd67

Browse files
committed
chore: Add Go 1.13.
1 parent 3181244 commit 336cd67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ os:
1717

1818
go:
1919
- "1.10"
20-
- "1.10.x"
2120
- "1.11"
2221
- "1.12"
23-
- "1.12.x"
22+
- "1.13"
2423

2524

2625
branches:
@@ -52,7 +51,7 @@ install:
5251
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then curl -so "$TRAVIS_BUILD_DIR/libsciter-gtk.so" $SDK_PATH/bin.lnx/x64/libsciter-gtk.so; fi
5352
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then curl -so "$TRAVIS_BUILD_DIR/sciter-osx-64.dylib" $SDK_PATH/bin.osx/sciter-osx-64.dylib; fi
5453

55-
- go get golang.org/x/lint/golint
54+
# - go get golang.org/x/lint/golint
5655

5756
- go get -u github.com/GeertJohan/go.rice
5857
- go get -u github.com/GeertJohan/go.rice/rice

0 commit comments

Comments
 (0)