We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b26ede commit 7cad7f3Copy full SHA for 7cad7f3
.travis.yml
@@ -1,6 +1,6 @@
1
-language: vim
+language: nix
2
3
before_script: |
4
git clone https://github.com/junegunn/vader.vim.git
5
script: |
6
- ./test/run-tests.sh
+ nix-shell --command ./test/run-tests.sh
test/run-tests.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
-cd "$( dirname "${BASH_SOURCE[0]}" )" && vim -Nu vimrc -c 'Vader! *'
+cd "$( dirname "${BASH_SOURCE[0]}" )" && vim -XNu vimrc -i NONE -c 'Vader! *'
0 commit comments