We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3181244 commit 336cd67Copy full SHA for 336cd67
.travis.yml
@@ -17,10 +17,9 @@ os:
17
18
go:
19
- "1.10"
20
- - "1.10.x"
21
- "1.11"
22
- "1.12"
23
- - "1.12.x"
+ - "1.13"
24
25
26
branches:
@@ -52,7 +51,7 @@ install:
52
51
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then curl -so "$TRAVIS_BUILD_DIR/libsciter-gtk.so" $SDK_PATH/bin.lnx/x64/libsciter-gtk.so; fi
53
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then curl -so "$TRAVIS_BUILD_DIR/sciter-osx-64.dylib" $SDK_PATH/bin.osx/sciter-osx-64.dylib; fi
54
55
- - go get golang.org/x/lint/golint
+# - go get golang.org/x/lint/golint
56
57
- go get -u github.com/GeertJohan/go.rice
58
- go get -u github.com/GeertJohan/go.rice/rice
0 commit comments