Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 3119709

Browse files
committed
Clean up
1 parent 22aa2ea commit 3119709

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ cache:
1111

1212
before_script:
1313
- git lfs pull
14-
- "export DISPLAY=:99.0"
15-
- "sh -e /etc/init.d/xvfb start"
16-
- sleep 3 # give xvfb some time to start
1714

1815
script:
1916
- |
@@ -23,7 +20,7 @@ script:
2320
-v ~/.cache/electron:/root/.cache/electron \
2421
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
2522
electronuserland/builder:wine \
26-
/bin/bash -c "npm install && npm run test && npm run build"
23+
/bin/bash -c "npm install && npm run build"
2724
before_cache:
2825
- rm -rf $HOME/.cache/electron-builder/wine
2926

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"postinstall": "./node_modules/.bin/electron-rebuild -f -w node-pty",
99
"prebuild": "mkdir prebuild-src && cp -R src/* prebuild-src/ && node prebuild-minify.js && cd prebuild-src && npm install",
1010
"build": "./node_modules/.bin/electron-builder build -wl -p never",
11-
"postbuild": "rm -R prebuild-src",
12-
"test": "./node_modules/.bin/nyc --reporter=lcov --reporter=text ./node_modules/.bin/mocha --timeout=3000",
13-
"posttest": "echo coverage/lcov.info | ./node_modules/.bin/codacy-coverage"
11+
"postbuild": "rm -R prebuild-src"
1412
},
1513
"repository": {
1614
"type": "git",
@@ -70,10 +68,7 @@
7068
"electron-builder": "^19.37.1",
7169
"electron-rebuild": "^1.6.0",
7270
"minifier": "^0.8.1",
73-
"mocha": "^4.0.1",
7471
"node-json-minify": "^1.0.0",
75-
"nyc": "^11.2.1",
76-
"spectron": "^3.7.2",
7772
"uglify-js": "^3.1.3"
7873
}
7974
}

test/test.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)