Skip to content

Commit

Permalink
libstdc
Browse files Browse the repository at this point in the history
  • Loading branch information
Juancete committed Mar 18, 2021
1 parent c0f94b2 commit df6a2f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ before_script:
- sudo apt-get install -y software-properties-common
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update
- sudo apt-get install -y curl build-essential supervisor wget libstdc++6
- sudo apt-get install -y curl build-essential supervisor wget
- wget http://security.ubuntu.com/ubuntu/pool/main/g/gcc-5/libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb
- sudo dpkg -i libstdc++6_5.4.0-6ubuntu1~16.04.10_amd64.deb

install:
- npm ci
Expand Down

0 comments on commit df6a2f2

Please sign in to comment.