mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Change to run only master branch
This commit is contained in:
9
script/e2e-runner.sh
Executable file
9
script/e2e-runner.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user