Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #200 from QwantResearch/fix-travis
Browse files Browse the repository at this point in the history
Fix travis configuration to be compatible with xenial environment
  • Loading branch information
mlnor27 authored May 3, 2019
2 parents 157eee8 + 11c0c7e commit 174f331
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@ language: node_js
sudo: required
node_js:
- "8"
dist: xenial
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.5
packages:
- libstdc++6
# This is required to run new chrome on old trusty
- libnss3
# Add python3 dependencies to run transifex-client
- python3.5
- python3-pip
- python3-setuptools

before_script:
- TEST=true npm run build -- --mode=production
Expand Down

0 comments on commit 174f331

Please sign in to comment.