Skip to content

Commit fae11b6

Browse files
committed
chore(build): Add test:single for travis
we don't want travis to watch our test closes #1
1 parent 472858f commit fae11b6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_install:
1212
before_script:
1313
- npm prune
1414
script:
15-
- npm run test
15+
- npm run test:single
1616
after_success:
1717
- npm run semantic-release
1818
branches:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"commit": "git-cz",
88
"test": "mocha src/index_test.js -w",
9+
"test:single": "mocha src/index_test.js",
910
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1011
},
1112
"repository": {

0 commit comments

Comments
 (0)