Adicionado a biblioteca do angular2 RC.0.1

This commit is contained in:
Joaquim Rodolfo Galli
2016-05-04 18:41:59 -04:00
parent 32219befa8
commit 80cb9d5891
13 changed files with 87 additions and 39 deletions

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: node_js
node_js:
- "5"
- "4"
before_install:
- npm install -g npm@latest
script:
- npm test
- npm run deploy
addons:
firefox: "42.0"
apt:
sources:
- ubuntu-toolchain-r-test
# required by node-gyp to build some packages
packages:
- g++-4.8