File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 16
16
- ruby-head
17
17
- rbx-2
18
18
19
+ addons :
20
+ apt :
21
+ packages :
22
+ - cmake
23
+ - libssh2-1-dev
24
+ - openssh-client
25
+ - openssh-server
26
+
27
+ sudo : false
28
+
19
29
matrix :
20
30
fast_finish : true
21
31
allow_failures :
22
32
- rvm : rbx-2
23
33
- rvm : ruby-head
24
34
25
35
install :
26
- - ./vendor/libgit2/script/install-deps-${TRAVIS_OS_NAME} .sh
36
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./vendor/libgit2/script/install-deps-osx .sh; fi
27
37
- bundle install --deployment
28
38
29
39
script : script/travisbuild
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ mkdir $HOME/_temp
5
5
git init --bare $HOME /_temp/test.git
6
6
git daemon --listen=localhost --export-all --enable=receive-pack --base-path=$HOME /_temp $HOME /_temp 2> /dev/null &
7
7
8
- sudo start ssh
9
-
10
8
ssh-keygen -t rsa -f ~ /.ssh/rugged_test_rsa -N " " -q
11
9
cat ~ /.ssh/rugged_test_rsa.pub >> ~/.ssh/authorized_keys
12
10
ssh-keyscan -t rsa localhost >> ~/.ssh/known_hosts
You can’t perform that action at this time.
0 commit comments