Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/vendor/gopkg.in/sourcemap.v1/.travis.yml

12 lines
242 B

language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
install:
- mkdir -p $HOME/gopath/src/gopkg.in
- mv $HOME/gopath/src/github.com/go-sourcemap/sourcemap $HOME/gopath/src/gopkg.in/sourcemap.v1
- cd $HOME/gopath/src/gopkg.in/sourcemap.v1