Skip to content

Commit

Permalink
Use gcc-4.9 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lizan committed Mar 22, 2017
1 parent a13dbd2 commit e75bda4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
sudo: required
dist: xenial

dist: trusty

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9

branches:
except:
- stable

lang: go

go:
- 1.7.x
language: cpp

jdk:
- oraclejdk8
Expand Down Expand Up @@ -39,7 +45,7 @@ before_install:

script:
- script/check-style
- bazel --output_base=${HOME}/bazel/outbase test //...
- CC=/usr/bin/gcc-4.9 CXX=/usr/bin/g++-4.9 bazel --output_base=${HOME}/bazel/outbase test //...

notifications:
slack: istio-dev:wEEEbaabdP5ieCgDOFetA9nX

0 comments on commit e75bda4

Please sign in to comment.