Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fef872 commit bcefa1bCopy full SHA for bcefa1b
.travis.yml
@@ -1,7 +1,7 @@
1
language: go
2
3
go:
4
- - 1.9.x
+ - 1.10.x
5
6
before_install:
7
- sudo apt-get update -qq
@@ -12,7 +12,6 @@ install:
12
- go get -u github.com/gopherjs/gopherjs github.com/mattn/go-sqlite3 github.com/jmoiron/sqlx
13
- go get -u -d -tags=js github.com/flimzy/go-sql.js
14
15
-
16
script:
17
- diff -u <(echo -n) <(gofmt -d ./)
18
- gopherjs test github.com/flimzy/anki
0 commit comments