mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
10 lines
170 B
Bash
Executable File
10 lines
170 B
Bash
Executable File
if [[ ${TRAVIS_OS_NAME} = "linux" ]]; then
|
|
export DISPLAY=:99.0
|
|
sh -e /etc/init.d/xvfb start;
|
|
sleep 3
|
|
fi
|
|
|
|
npm install grunt-cli -g
|
|
grunt pre-build
|
|
npm run test:e2e
|