File tree 4 files changed +12
-26
lines changed
4 files changed +12
-26
lines changed Original file line number Diff line number Diff line change 1
1
services : docker
2
2
language : rust
3
+ sudo : required
3
4
cache : cargo
4
5
before_cache :
5
6
- chmod -R a+r $HOME/.cargo
@@ -15,15 +16,7 @@ notifications:
15
16
on_success : never
16
17
on_failure : never
17
18
18
-
19
- # dist: trusty
20
- # language: rust
21
- # sudo: required
22
- # cache: cargo
23
- # before_cache:
24
- # - chmod -R a+r $HOME/.cargo
25
-
26
- We need the ncurses headers to build
19
+ # We need the ncurses headers to build
27
20
addons :
28
21
apt :
29
22
packages :
@@ -44,16 +37,16 @@ matrix:
44
37
if : branch =~ /^v\d+\.\d+\.\d+.*$/
45
38
- env : TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
46
39
47
- # before_install:
48
- # - openssl aes-256-cbc -K $encrypted_165e7c8ca552_key -iv $encrypted_165e7c8ca552_iv
49
- # -in ci/homebrew.priv.enc -out homebrew.priv -d
50
- # - set -e
51
- # - ls -l /usr/include/
52
- # - rustup self update
40
+ before_install :
41
+ - openssl aes-256-cbc -K $encrypted_165e7c8ca552_key -iv $encrypted_165e7c8ca552_iv
42
+ -in ci/homebrew.priv.enc -out homebrew.priv -d
43
+ - set -e
44
+ - ls -l /usr/include/
45
+ - rustup self update
53
46
54
- # install:
55
- # - sh ci/install.sh
56
- # - source ~/.cargo/env || true
47
+ install :
48
+ - sh ci/install.sh
49
+ - source ~/.cargo/env || true
57
50
58
51
script :
59
52
- bash ci/script.sh
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ authors = ["Katharina Fey <kookie@spacekookie.de>"]
10
10
clap = " 2.29.*"
11
11
12
12
[dependencies .cursive ]
13
- git = " https://github.com/gyscos/Cursive"
13
+ git = " https://github.com/gyscos/Cursive" # todo bind 0.8
14
14
# default-features = false
15
15
# features = ["termion-backend"]
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ impl Input {
92
92
} ) ;
93
93
}
94
94
95
-
96
95
// pub fn register_move_down(
97
96
// siv: &mut Cursive,
98
97
// bf: Arc<Mutex<Workspace>>,
Original file line number Diff line number Diff line change @@ -132,11 +132,5 @@ impl Workspace {
132
132
}
133
133
134
134
self . dirty = true ;
135
- // eprintln!(
136
- // "Pos: {}, Size: {}, State: {:?}",
137
- // self.select.pos,
138
- // self.select.size,
139
- // self.select.mode
140
- // );
141
135
}
142
136
}
You can’t perform that action at this time.
0 commit comments