Skip to content

Commit

Permalink
Merge pull request #1322 from peternewman/0.10-clang-latest
Browse files Browse the repository at this point in the history
Switch to using the full GCE image by default
  • Loading branch information
peternewman committed Sep 20, 2017
2 parents 2fd6e12 + 0429ddb commit 4f3d22c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
@@ -1,5 +1,7 @@
language: cpp
sudo: false
# Default to the fully visualised "sudo" GCE environments, as they are faster for longer running jobs. We don't actually need sudo
sudo: required
# Use the latest Travis images since they are more up to date than the stable release.
group: edge
script:
- "bash -ex .travis-ci.sh"
Expand Down Expand Up @@ -108,6 +110,8 @@ matrix:
- ubuntu-toolchain-r-test
- os: linux
dist: trusty
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='doxygen'
addons:
apt:
Expand All @@ -119,26 +123,34 @@ matrix:
- ubuntu-toolchain-r-test
- os: linux
dist: trusty
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='lint'
addons:
apt:
packages:
- *core_build
- os: linux
dist: trusty
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='check-licences'
addons:
apt:
packages:
- *core_build
- os: linux
dist: trusty
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='jshint'
addons:
apt:
packages:
- os: linux
dist: trusty
# Short duration job, use the container/without sudo image as it boots faster
sudo: false
env: TASK='flake8'
addons:
apt:
Expand Down

0 comments on commit 4f3d22c

Please sign in to comment.