Skip to content

Commit 50d4459

Browse files
committed
Add travis gem, update slack config
1 parent 6e94fb4 commit 50d4459

3 files changed

Lines changed: 59 additions & 11 deletions

File tree

.travis.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
notifications:
2-
slack: vdebug:EDl4F31FiFIiA2C2dLxOWSrT
2+
irc: irc.freenode.org#vdebug
3+
slack:
4+
secure: BksygPSsoRfvre27w6XQN9ooKB9C1n83Bw96YurvyDHJ6BYM2Gv9fW1Sj6NHpB8MQkMaJ+9gRiBSflkP+l80t3EXAdStuI/8EM/wZu1ov6bmYT/hYQ8HnULmmPNj8uVzsX13VGEUC/YY4osWuJFM1wh61dStoF+SKrpslqWCV4w=
35
language: python
46
python:
5-
- "2.6"
6-
- "2.7"
7+
- '2.4'
8+
- '2.6'
9+
- '2.7'
710
rvm: 1.9.3
8-
notifications:
9-
irc: "irc.freenode.org#vdebug"
1011
before_install:
11-
- sudo apt-get update && sudo apt-get install vim-gtk php5-cli php5-xdebug
12+
- sudo apt-get update && sudo apt-get install vim-gtk php5-cli php5-xdebug
1213
before_script:
13-
- "export DISPLAY=:99.0"
14-
- "sh -e /etc/init.d/xvfb start"
15-
- "bundle install"
16-
# command to install dependencies
14+
- export DISPLAY=:99.0
15+
- sh -e /etc/init.d/xvfb start
16+
- bundle install
1717
install: pip install -r requirements.txt --use-mirrors
18-
# command to run tests
1918
script: bundle exec rake travis

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gem 'rake', '~> 10.0.4'
44
gem 'rspec', '~> 2.13.0'
55
gem 'vimrunner', '~> 0.3.0'
66
gem 'cucumber'
7+
gem 'travis'

Gemfile.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,50 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
addressable (2.3.8)
5+
backports (3.6.6)
46
builder (3.2.2)
7+
coderay (1.1.0)
58
cucumber (1.3.3)
69
builder (>= 2.1.2)
710
diff-lcs (>= 1.1.3)
811
gherkin (~> 2.12.0)
912
multi_json (~> 1.7.5)
1013
multi_test (~> 0.0.1)
1114
diff-lcs (1.2.4)
15+
ethon (0.7.4)
16+
ffi (>= 1.3.0)
17+
faraday (0.9.1)
18+
multipart-post (>= 1.2, < 3)
19+
faraday_middleware (0.10.0)
20+
faraday (>= 0.7.4, < 0.10)
21+
ffi (1.9.10)
22+
gh (0.14.0)
23+
addressable
24+
backports
25+
faraday (~> 0.8)
26+
multi_json (~> 1.0)
27+
net-http-persistent (>= 2.7)
28+
net-http-pipeline
1229
gherkin (2.12.0)
1330
multi_json (~> 1.3)
31+
highline (1.7.3)
32+
json (1.8.3)
33+
launchy (2.4.3)
34+
addressable (~> 2.3)
35+
method_source (0.8.2)
1436
multi_json (1.7.7)
1537
multi_test (0.0.1)
38+
multipart-post (2.0.0)
39+
net-http-persistent (2.9.4)
40+
net-http-pipeline (1.0.1)
41+
pry (0.9.12.4)
42+
coderay (~> 1.0)
43+
method_source (~> 0.8)
44+
slop (~> 3.4)
45+
pusher-client (0.6.2)
46+
json
47+
websocket (~> 1.0)
1648
rake (10.0.4)
1749
rspec (2.13.0)
1850
rspec-core (~> 2.13.0)
@@ -22,7 +54,22 @@ GEM
2254
rspec-expectations (2.13.0)
2355
diff-lcs (>= 1.1.3, < 2.0)
2456
rspec-mocks (2.13.1)
57+
slop (3.6.0)
58+
travis (1.8.0)
59+
addressable (~> 2.3)
60+
backports
61+
faraday (~> 0.9)
62+
faraday_middleware (~> 0.9, >= 0.9.1)
63+
gh (~> 0.13)
64+
highline (~> 1.6)
65+
launchy (~> 2.1)
66+
pry (~> 0.9, < 0.10)
67+
pusher-client (~> 0.4)
68+
typhoeus (~> 0.6, >= 0.6.8)
69+
typhoeus (0.7.3)
70+
ethon (>= 0.7.4)
2571
vimrunner (0.3.0)
72+
websocket (1.2.2)
2673

2774
PLATFORMS
2875
ruby
@@ -31,4 +78,5 @@ DEPENDENCIES
3178
cucumber
3279
rake (~> 10.0.4)
3380
rspec (~> 2.13.0)
81+
travis
3482
vimrunner (~> 0.3.0)

0 commit comments

Comments
 (0)