Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e58c11751 | ||
|
|
054eca5d79 | ||
|
|
bf2d86248a | ||
|
|
c4f739f390 | ||
|
|
566996a9fd | ||
|
|
11abdb95fa | ||
|
|
c1a464ba13 | ||
|
|
ddbeed1dd9 |
3 changed files with 5 additions and 27 deletions
29
.travis.yml
29
.travis.yml
|
|
@ -1,5 +1,4 @@
|
||||||
## Project specific config ###
|
language: objective-c
|
||||||
language: generic
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
@ -10,36 +9,12 @@ env:
|
||||||
- ATOM_CHANNEL=stable
|
- ATOM_CHANNEL=stable
|
||||||
- ATOM_CHANNEL=beta
|
- ATOM_CHANNEL=beta
|
||||||
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
### Generic setup follows ###
|
|
||||||
script:
|
|
||||||
- curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
|
|
||||||
- chmod u+x build-package.sh
|
|
||||||
- ./build-package.sh
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
||||||
branches:
|
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- build-essential
|
|
||||||
- git
|
|
||||||
- libgnome-keyring-dev
|
|
||||||
- libsecret-1-dev
|
|
||||||
- fakeroot
|
|
||||||
|
|
|
||||||
|
|
@ -39,3 +39,5 @@ Groundwork is done. More ex commands are easy to add and will be coming as time
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
# Below is a basic keybinding which registers on all platforms by applying to
|
# Below is a basic keybinding which registers on all platforms by applying to
|
||||||
# the root workspace element.
|
# the root workspace element.
|
||||||
|
|
||||||
|
|
||||||
# For more detailed documentation see
|
# For more detailed documentation see
|
||||||
# https://atom.io/docs/latest/advanced/keymaps
|
# https://atom.io/docs/latest/advanced/keymaps
|
||||||
'atom-text-editor.vim-mode-plus:not(.insert-mode)':
|
'atom-text-editor.vim-mode-plus:not(.insert-mode)':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue