Files: 6994c2171b937fc5df05405a75e38b91142f6664 / .travis.runtest.sh
272 bytesRaw
1 | |
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 |
15 |
Built with git-ssb-web