Skip to content

Commit bff8fc2

Browse files
Don't do the tests and stuff multiple times on CI, it's just silly
1 parent d700c06 commit bff8fc2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@ node_js:
33
- "4"
44
- "5"
55
- "6"
6-
7-
after_script:
8-
- npm run demo
9-
- npm run lint-output
10-
- npm run test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"demo": "npm run build -- -o=electron.d.ts",
1010
"prepublish": "npm run demo && npm run test-output",
1111
"lint-output": "tslint -c tslint.json -t verbose electron.d.ts --fix",
12-
"test": "mocha && standard && npm run test-output && npm run lint-output",
12+
"test": "mocha && standard && npm run demo && npm run test-output && npm run lint-output",
1313
"pretest-output": "npm run build -- -o=test-smoke/electron/index.d.ts && cd test-smoke/electron/test && rm -f *.js",
1414
"test-output": "tslint electron.d.ts --format stylish && cd test-smoke/electron && tsc --project tsconfig.json",
1515
"prepack": "check-for-leaks",

0 commit comments

Comments
 (0)