Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

MAID-2662 chore/travis: adds yarn audit to CI #248

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ cache:
- node_modules

before_install:
- "[[ ${TRAVIS_OS_NAME} = linux ]] && export CXX=g++-4.8 || echo 'skipped'"
- "[[ ${TRAVIS_OS_NAME} = linux ]] && export CXX=g++-4.8 || echo 'skipped'"

install:
- export NODE_ENV=dev
- yarn
script:
- yarn lint
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"weak": "^1.0.1"
},
"devDependencies": {
"coveralls": "^2.13.0",
"coveralls": "3.0.1",
"documentation": "^5.0.0",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"husky": "^0.14.3",
"istanbul": "1.1.0-alpha.1",
"jsdoc": "^3.4.3",
"mocha": "^3.2.0",
"mocha": "5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"should": "^11.1.2"
},
Expand Down