updated travis
This commit is contained in:
parent
90e8091751
commit
00f34eb67f
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,4 +10,4 @@ npm-debug.log
|
|||||||
|
|
||||||
ts/*.js
|
ts/*.js
|
||||||
ts/*.js.map
|
ts/*.js.map
|
||||||
ts/typings/
|
ts/typings/
|
||||||
|
@ -2,6 +2,10 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 4
|
- 4
|
||||||
- stable
|
- stable
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install -y libstdc++-4.9-dev
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email: npm@lossless.digital
|
email: npm@lossless.digital
|
||||||
|
Loading…
Reference in New Issue
Block a user