Skip to content

Commit

Permalink
config travis (DNAProject#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
laizy authored Dec 7, 2018
1 parent 97fcfa5 commit ef64211
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 160 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
language: go

go:
- 1.10.x

go_import_path: DNA

install:
- grep 'import' -rl ./| grep ".go"| xargs sed -i 's#"DNA/#"github.com/DNAProject/DNA/#g'
- go get github.com/Masterminds/glide
- glide install

go:
- 1.8.x
script:
- make
# - go test -v ./...

157 changes: 0 additions & 157 deletions cli/LevelDBQuery/LevelDBQuery.go

This file was deleted.

0 comments on commit ef64211

Please sign in to comment.