Skip to content

Commit

Permalink
Fix mozilla#592: Update our travis-ci config to use a C++ compiler th…
Browse files Browse the repository at this point in the history
…at can compile iltorb
  • Loading branch information
humphd committed Mar 13, 2017
1 parent af39cf4 commit 2ffcdc6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ branches:
only:
- master
- production
notifications:
irc: "irc.mozilla.org#thimble"
env:
- CXX=g++-4.8
global:
- secure: OvDWteGJ/ctOzXudDb8icaLCtdJTd1HbQq5T9HvS7ZF8IDs6xM+atqxYWeyC+2sm7fLNkWjndcKrXFqZ3TRltW7ibaKreUMtUVaVKc7mGBNBn/gVfCNvHRlbDYr6bMUVapk9x1Ql6p2jE/Ss+p2EEGkzvHPKn2RMRWOQQQM7wTQ=
matrix:
- AWS_ACCESS_KEY_ID=AKIAI7XHSZFYVHFRTRIA CLOUDFRONT_DISTRIBUTION_ID=ENS8DUD0WOHD9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
deploy:
- provider: s3
access_key_id: AKIAI7XHSZFYVHFRTRIA
Expand Down

0 comments on commit 2ffcdc6

Please sign in to comment.