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: generic
|
||||
language: objective-c
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
@ -10,36 +9,12 @@ env:
|
|||
- ATOM_CHANNEL=stable
|
||||
- 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:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: change
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
|
||||
|
||||
git:
|
||||
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
|
||||
|
||||
MIT
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
# Below is a basic keybinding which registers on all platforms by applying to
|
||||
# the root workspace element.
|
||||
|
||||
|
||||
# For more detailed documentation see
|
||||
# https://atom.io/docs/latest/advanced/keymaps
|
||||
'atom-text-editor.vim-mode-plus:not(.insert-mode)':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue