small travis fix
This commit is contained in:
parent
00f34eb67f
commit
072f4960f5
@ -3,9 +3,9 @@ node_js:
|
|||||||
- 4
|
- 4
|
||||||
- stable
|
- stable
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install -y libstdc++-4.9-dev
|
- sudo apt-get install libstdc++-4.9-dev -y
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email: npm@lossless.digital
|
email: npm@lossless.digital
|
||||||
|
Loading…
Reference in New Issue
Block a user