diff --git a/.travis.yml b/.travis.yml index b418416..44369f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,8 @@ language: go services: - docker -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - gcc-6 - - g++-6 - go: - - "1.10.x" + - "1.11.x" before_install: - . $HOME/.nvm/nvm.sh @@ -21,8 +13,6 @@ before_install: - npm install -g yarn install: - - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90 - - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 90 - make dependencies stages: