From 69ed869ef06be62790ea6c302246581781939863 Mon Sep 17 00:00:00 2001 From: Adnan Asani Date: Tue, 4 Sep 2018 15:21:44 +0200 Subject: [PATCH 1/2] chore(travis): nodejs 8 -> 10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07e34990e7..03d3adc36f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: node_js node_js: - - '8' + - '10' notifications: email: false From 9d9d44498949d8b03345246b14fc9a803d34fadf Mon Sep 17 00:00:00 2001 From: Adnan Asani Date: Tue, 4 Sep 2018 15:26:38 +0200 Subject: [PATCH 2/2] chore(travis): use jest runners instead of two separate commands --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03d3adc36f..95e0975274 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,5 @@ cache: - node_modules script: - - yarn lint - - yarn test + - yarn run jest --projects jest.*.config.js