mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Change to run only master branch
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -5,15 +5,7 @@ os:
|
|||||||
node_js:
|
node_js:
|
||||||
- 'stable'
|
- 'stable'
|
||||||
- 'lts/*'
|
- 'lts/*'
|
||||||
before_script:
|
|
||||||
- 'npm install grunt-cli -g'
|
|
||||||
- 'export DISPLAY=:99.0'
|
|
||||||
- 'if [ ${TRAVIS_OS_NAME} = "linux" ]; then sh -e /etc/init.d/xvfb start; fi'
|
|
||||||
- 'sleep 3'
|
|
||||||
script:
|
script:
|
||||||
- 'npm run lint'
|
- 'npm run lint'
|
||||||
- 'npm run test'
|
- 'npm run test'
|
||||||
- 'if [ ${TRAVIS_NODE_VERSION} = "stable" ]; then
|
- 'if [[ ${TRAVIS_BRAHCN} = "master" && ${TRAVIS_NODE_VERSION} = "stable" ]]; then ./script/e2e-runner.sh; fi'
|
||||||
grunt pre-build;
|
|
||||||
npm run test:e2e;
|
|
||||||
fi'
|
|
||||||
|
|||||||
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