Skip to content

Commit

Permalink
try fix ci....
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Zeunert authored and Matt Zeunert committed Nov 29, 2018
1 parent 45f18df commit 7068ff1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,12 @@ install:
# with the latest puppeteer api so we probably need to run on chromimum
# @see https://github.com/GoogleChrome/lighthouse/pull/4640/files#r171425004
- export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
- yarn
- which gcc
- which gcc-4.9
- which g++-4.9
# rff-canonize needs newer gcc version
# https://github.com/digitalbazaar/rdf-canonize/issues/3#issuecomment-419541413
- CC=gcc-4.9 CXX=g++-4.9 yarn
before_script:
- export DISPLAY=:99.0
# see comment above about puppeteer
Expand Down

0 comments on commit 7068ff1

Please sign in to comment.