updated travis

This commit is contained in:
Philipp Kunz 2016-03-31 13:21:35 +02:00
parent 90e8091751
commit 00f34eb67f
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -10,4 +10,4 @@ npm-debug.log
ts/*.js
ts/*.js.map
ts/typings/
ts/typings/

View File

@ -2,6 +2,10 @@ language: node_js
node_js:
- 4
- 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:
provider: npm
email: npm@lossless.digital