git ssb

1+

mixmix / scuttle-shell



Tree: 4933e4b778bdb7bc249725e152a78612fe6fcb5c

Files: 4933e4b778bdb7bc249725e152a78612fe6fcb5c / .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