test: add .travis.yml

This commit is contained in:
Jason Dreyzehner 2018-02-12 19:43:45 -05:00
parent c7c884e50e
commit d9917e26f4
1 changed files with 21 additions and 0 deletions

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
sudo: false
dist: trusty
language: node_js
node_js:
- node
cache:
directories:
- "node_modules"
addons:
chrome: stable
install:
- npm install -g @angular/cli
- npm install
script:
- npm test-ci
- npm run e2e