8000 travis: bump to go-1.10 · foundations/go-python@837042d · GitHub
[go: up one dir, main page]

Skip to content

Commit 837042d

Browse files
committed
travis: bump to go-1.10
1 parent 2665c25 commit 837042d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
language: go
22

33
go:
4-
- 1.2
4+
- 1.9.x
5+
- 1.10.x
56

67
before_install:
78
- sudo apt-get update -qq
89
- sudo apt-get install python-dev -qq
910
- export PATH=$HOME/gopath/bin:$PATH
11+
# temporary workaround for go-python/gopy#83
12+
- export GODEBUG=cgocheck=0
13+
1014

1115
notifications:
1216
email:

0 commit comments

Comments
 (0)
0