Skip to content

Commit

Permalink
another try to fix the testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Aug 14, 2017
1 parent 8a5113d commit 30451fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,12 @@ matrix:
- node_js: '4.4'
env:
SLS_IGNORE_WARNING=*
FORCE_COLOR=1 # testing colored CLI output using chalk
- node_js: '5.11'
env:
SLS_IGNORE_WARNING=*
FORCE_COLOR=1 # testing colored CLI output using chalk
- node_js: '6.2'
env:
SLS_IGNORE_WARNING=*
FORCE_COLOR=1 # testing colored CLI output using chalk
- node_js: '6.2'
env:
- INTEGRATION_TEST=true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"sls": "./bin/serverless"
},
"scripts": {
"test": "istanbul cover -x '**/*.test.js' node_modules/mocha/bin/_mocha '!(node_modules)/**/*.test.js' -- --require=sinon-bluebird -R spec --recursive",
"test": "env FORCE_COLOR=1 istanbul cover -x '**/*.test.js' node_modules/mocha/bin/_mocha '!(node_modules)/**/*.test.js' -- --require=sinon-bluebird -R spec --recursive",
"lint": "eslint . --cache",
"docs": "node scripts/generate-readme.js",
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
Expand Down

0 comments on commit 30451fc

Please sign in to comment.