Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ matrix:
include:
- os: linux
dist: trusty
env: NODE_VERSION=6.9.4 DISPLAY=:99.0 CXX=g++-6 CC=gcc-6
env: NODE_VERSION=6.9.4 DISPLAY=:99.0 CC=clang CXX=clang++ npm_config_clang=1

sudo: required

@@ -51,11 +51,9 @@ addons:
- out/atom-amd64.tar.gz
target_paths: travis-artifacts/$TRAVIS_BUILD_ID
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- build-essential
- clang-3.3
- fakeroot
- git
- libsecret-1-dev

0 comments on commit f9c0ed0

Please sign in to comment.