diff --git a/.travis.yml b/.travis.yml index 979d253bd18..06a92be4cf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: -- 1.5 -- 1.6 +- 1.5.4 +- 1.6.2 env: global: - GO15VENDOREXPERIMENT=1 @@ -16,5 +16,5 @@ script: - go test -i -race ./... - go test -v -race ./... after_script: -- if [ "$TRAVIS_GO_VERSION" = "1.6" ]; then ./scripts/cov.sh TRAVIS; fi -- if [ "$TRAVIS_GO_VERSION" = "1.6" ] && [ "$TRAVIS_TAG" != "" ]; then ./scripts/cross_compile.sh $TRAVIS_TAG; ghr --username nats-io --token $GITHUB_TOKEN --replace $TRAVIS_TAG pkg/; fi +- if [ "$TRAVIS_GO_VERSION" = "1.6.2" ]; then ./scripts/cov.sh TRAVIS; fi +- if [ "$TRAVIS_GO_VERSION" = "1.6.2" ] && [ "$TRAVIS_TAG" != "" ]; then ./scripts/cross_compile.sh $TRAVIS_TAG; ghr --username nats-io --token $GITHUB_TOKEN --replace $TRAVIS_TAG pkg/; fi diff --git a/TODO.md b/TODO.md index cae502a13c7..ab14671128c 100644 --- a/TODO.md +++ b/TODO.md @@ -12,7 +12,6 @@ - [ ] brew, apt-get, rpm, chocately (windows) - [ ] Buffer pools/sync pools? - [ ] IOVec pools and writev for high fanout? -- [ ] Add ability to reload config on signal - [ ] Add ENV and variable support to dconf? ucl? - [ ] Modify cluster support for single message across routes between pub/sub and d-queue - [ ] Memory limits/warnings?