Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcefa1b

Browse files
committed
Run tests against Go 1.10
1 parent 2fef872 commit bcefa1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.9.x
4+
- 1.10.x
55

66
before_install:
77
- sudo apt-get update -qq
@@ -12,7 +12,6 @@ install:
1212
- go get -u github.com/gopherjs/gopherjs github.com/mattn/go-sqlite3 github.com/jmoiron/sqlx
1313
- go get -u -d -tags=js github.com/flimzy/go-sql.js
1414

15-
1615
script:
1716
- diff -u <(echo -n) <(gofmt -d ./)
1817
- gopherjs test github.com/flimzy/anki

0 commit comments

Comments
 (0)