git ssb

1+

mixmix / scuttle-shell



Tree: e442f556d84d713c6e4ae2a3e49aff43ec0b7831

Files: e442f556d84d713c6e4ae2a3e49aff43ec0b7831 / .travis.runtest.sh

272 bytesRaw
1#!/bin/bash
2
3if [[ $TRAVIS_OS_NAME == 'linux' ]]; then
4 export DISPLAY=':99.0'
5 Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
6 echo started xvfb
7fi
8
9echo debug: $TRAVIS_OS_NAME $DISPLAY
10npm i
11node ./server.js
12
13# npm test
14# TODO: could do tests/test.bad on appvayor
15

Built with git-ssb-web