mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-17 05:26:36 +00:00
Minimize CI Failures (#550)
* remove travis integration testing * Add caching for node modules
This commit is contained in:
parent
610805aadd
commit
6010d67e55
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user