git ssb

1+

mixmix / scuttle-shell



Commit 43d0acdc1f7c98f9cfa8257776bb437308a79b23

some travis maybe?

Henry committed on 9/4/2018, 9:02:57 PM
Parent: e0bd1bcf7a4228b517d96dc9a8621c2183684e63

Files changed

package.jsonchanged
.travis.runtest.shadded
.travis.ymladded
package.jsonView
@@ -48,9 +48,9 @@
4848 "check-win": "node scripts/check-configuration-win.js",
4949 "setup-win": "node scripts/setup-win.js",
5050 "check": "node scripts/check-configuration.js",
5151 "setup": "node scripts/setup.js",
52- "install": "node scripts/install.js",
52 + "install": "node scripts/install.js"
5353 },
5454 "optionalDependencies": {
5555 "mkdirp": "^0.5.1",
5656 "regedit": "^2.2.7"
.travis.runtest.shView
@@ -1,0 +1,14 @@
1 +#!/bin/bash
2 +
3 +if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
4 + export DISPLAY=':99.0'
5 + Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
6 + echo started xvfb
7 +fi
8 +
9 +echo debug: $TRAVIS_OS_NAME $DISPLAY
10 +npm i
11 +node ./server.js
12 +
13 +# npm test
14 +# TODO: could do tests/test.bad on appvayor
.travis.ymlView
@@ -1,0 +1,14 @@
1 +language: node_js
2 +node_js:
3 + - 6
4 + - 8
5 + - 10
6 +
7 +addons:
8 + apt:
9 + packages:
10 + - xvfb
11 +
12 +script: ./.travis.runtest.s
13 +
14 +# TODO: could do test/tests.bat on appvayor

Built with git-ssb-web