Skip to content

Commit

Permalink
reverted to v3.6.1 (removed go mod files to keep the "+incompatible" …
Browse files Browse the repository at this point in the history
…tag)
  • Loading branch information
xiam committed Aug 18, 2019
1 parent fd305b0 commit fad80cd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 193 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.sw?
*.db
*.tmp
vendor
generated_*.go
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ install:
- export TRAVIS_BUILD_DIR=$GOPATH/src/upper.io/db.v3
- mv $PWD $TRAVIS_BUILD_DIR
- cd $TRAVIS_BUILD_DIR
- if [ ! -z "$(go version | grep go1.12)" ]; then export GO111MODULE=on; fi
- go get -t -v -d ./...
- go get -v modernc.org/ql/ql

Expand Down
27 changes: 0 additions & 27 deletions go.mod

This file was deleted.

164 changes: 0 additions & 164 deletions go.sum

This file was deleted.

0 comments on commit fad80cd

Please sign in to comment.