Minimize CI Failures (#550)

* remove travis integration testing

* Add caching for node modules
This commit is contained in:
Daniel Ternyak 2017-12-11 14:11:03 -08:00 committed by GitHub
parent 610805aadd
commit 6010d67e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,10 @@ dist: trusty
sudo: required
language: node_js
cache:
directories:
- node_modules
services:
- docker
@ -18,8 +22,6 @@ jobs:
include:
- stage: test
script: npm run test
- stage: test
script: npm run test:int
- stage: test
script: npm run tslint
- stage: test