Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 2 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## Project specific config ###
language: generic
language: objective-c

env:
global:
Expand All @@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ Groundwork is done. More ex commands are easy to add and will be coming as time
## License

MIT


1 change: 1 addition & 0 deletions keymaps/ex-mode.cson
Original file line number Diff line number Diff line change
Expand Up @@ -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)':
Expand Down