From 416e55933a6a8182135c4a7dfbcb4be98f155622 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Thu, 1 Mar 2018 15:05:58 +0100 Subject: [PATCH] Added running simple integrity/functionality test to travis for Node 8 and 9 --- .travis.yml | 5 +++-- package.json | 4 ++-- tests/tester.js | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e21b91efe1..a45c24e8b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ os: language: node_js node_js: - - "6" + - "8" + - "9" addons: apt: @@ -23,7 +24,7 @@ env: global: - DISPLAY=:99.0 matrix: - - CXX=g++-4.8 TEST_SUITE=testState + - CXX=g++-4.8 TEST_SUITE=testBuildIntegrity matrix: fast_finish: true diff --git a/package.json b/package.json index 6f891b5c24..a8d438c339 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "dist" ], "scripts": { - "coverage": "npm run build:dist && istanbul cover ./tests/tester.js -- -s --dist", + "coverage": "istanbul cover ./tests/tester.js -- -s", "coveralls": "npm run coverage && coveralls