mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Adding bundle tests to travis ci
This commit is contained in:
parent
d48e964d55
commit
6f88262eed
@ -9,6 +9,7 @@ cache:
|
||||
- "node_modules"
|
||||
|
||||
script: npm run test:infrastructure
|
||||
script: npm run test:bundles
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
"build:es5": "babel src -d dist/es5 --config-file=./.babelrc-es5",
|
||||
"build": "npm run build:clean && npm run build:es6 && npm run build:es5",
|
||||
"lint": "node_modules/.bin/eslint ./src ./tests",
|
||||
"test:bundles": "jest tests/bundles; exit 0",
|
||||
"test:infrastructure": "jest tests/infrastructure; exit 0",
|
||||
"test:services": "jest tests/services; exit 0",
|
||||
"test": "jest && codecov",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user