Skip to content

Commit 7cad7f3

Browse files
committed
Trying some nix
1 parent 7b26ede commit 7cad7f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
language: vim
1+
language: nix
22

33
before_script: |
44
git clone https://github.com/junegunn/vader.vim.git
55
script: |
6-
./test/run-tests.sh
6+
nix-shell --command ./test/run-tests.sh

test/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
cd "$( dirname "${BASH_SOURCE[0]}" )" && vim -Nu vimrc -c 'Vader! *'
3+
cd "$( dirname "${BASH_SOURCE[0]}" )" && vim -XNu vimrc -i NONE -c 'Vader! *'

0 commit comments

Comments
 (0)