Skip to content

Commit

Permalink
Simplify Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Aug 17, 2018
1 parent 9dabf2e commit 57a99c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ before_install:
- sudo sysctl -w vm.max_map_count=262144
- docker run -d --rm -p 9200:9200 -e "http.host=0.0.0.0" -e "transport.host=127.0.0.1" -e "bootstrap.memory_lock=true" -e "ES_JAVA_OPTS=-Xms1g -Xmx1g" docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.2 elasticsearch -Enetwork.host=_local_,_site_ -Enetwork.publish_host=_local_
- go get -u github.com/fortytw2/leaktest
- go get -u github.com/opentracing/opentracing-go
- go get . ./config ./aws ./trace/...
install: true # ignore the go get -t -v ./...
script:
- go get . ./config ./aws
- go test -race -v . ./config ./aws ./trace/...

0 comments on commit 57a99c7

Please sign in to comment.