mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-18 14:07:31 +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
|
sudo: required
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
@ -18,8 +22,6 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
script: npm run test
|
script: npm run test
|
||||||
- stage: test
|
|
||||||
script: npm run test:int
|
|
||||||
- stage: test
|
- stage: test
|
||||||
script: npm run tslint
|
script: npm run tslint
|
||||||
- stage: test
|
- stage: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user