Fix path to ExtractModeType #60
Merged
Travis CI / Travis CI - Branch
succeeded
Sep 2, 2024 in 3m 39s
Build Passed
The build passed.
Details
This is a normal build for the ME-17383-extract-transformation-fix-path branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
307.1 | 12 | Linux | passed |
307.2 | 14 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Versions | 12, 14 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"12",
"14"
],
"script": [
"npm run lint",
"npm run test"
],
"notifications": {
"email": [
{
"recipients": [
"[email protected]"
]
}
]
}
}
Loading