Skip to content

Commit 9047322

Browse files
committed
chore: add trevor setup
1 parent bfd6e7e commit 9047322

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ lerna-debug.log
33
node_modules
44
.npm
55
.nyc_output
6+
.dockerignore
7+
.*.dockerfile
68
@commitlint/**/lib
79
@commitlint/**/package.json.lerna_backup

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"lerna": "lerna",
99
"pretest": "xo",
1010
"test": "npm run lerna run test",
11+
"travis": "trevor",
1112
"postinstall": "npm run lerna bootstrap",
1213
"reinstall": "npm run clean && npm install",
1314
"clean": "npm run lerna clean -- --yes && npm run lerna run clean",
@@ -45,6 +46,7 @@
4546
"devDependencies": {
4647
"husky": "^0.14.3",
4748
"lerna": "^2.0.0",
49+
"trevor": "^2.3.0",
4850
"xo": "^0.18.2"
4951
}
5052
}

0 commit comments

Comments
 (0)