mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Try again to run specs on 🐧
This commit is contained in:
parent
6dfcc582b3
commit
2dda990533
@ -13,6 +13,8 @@ install:
|
|||||||
- nvm use $NODE_VERSION
|
- nvm use $NODE_VERSION
|
||||||
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
- if [ $TRAVIS_OS_NAME == "linux" ]; then
|
||||||
sudo apt-get install build-essential git libgnome-keyring-dev fakeroot;
|
sudo apt-get install build-essential git libgnome-keyring-dev fakeroot;
|
||||||
|
export DISPLAY=:99.0;
|
||||||
|
sh -e /etc/init.d/xvfb start;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
|
@ -226,7 +226,7 @@ module.exports = (grunt) ->
|
|||||||
ciTasks.push('set-version', 'check-licenses', 'lint')
|
ciTasks.push('set-version', 'check-licenses', 'lint')
|
||||||
ciTasks.push('mkdeb') if process.platform is 'linux'
|
ciTasks.push('mkdeb') if process.platform is 'linux'
|
||||||
ciTasks.push('create-windows-installer') if process.platform is 'win32'
|
ciTasks.push('create-windows-installer') if process.platform is 'win32'
|
||||||
ciTasks.push('test') if process.platform is 'darwin'
|
ciTasks.push('test') if process.platform in ['darwin', 'linux']
|
||||||
ciTasks.push('codesign')
|
ciTasks.push('codesign')
|
||||||
ciTasks.push('publish-build')
|
ciTasks.push('publish-build')
|
||||||
grunt.registerTask('ci', ciTasks)
|
grunt.registerTask('ci', ciTasks)
|
||||||
|
Loading…
Reference in New Issue
Block a user