Skip to content

Commit c9b7990

Browse files
author
Jerry Cheung
committed
replace server.ru with sinatra.ru for travis ci test
1 parent d7dc980 commit c9b7990

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_script:
55
- "export DISPLAY=:99.0"
66
- "sh -e /etc/init.d/xvfb start"
77
- "sleep 3"
8-
- "nohup bundle exec thin start -R spec/integration/server.ru -p 8888 &"
8+
- "nohup bundle exec thin start -R spec/integration/sinatra.ru -p 8888 &"
99
- "sleep 2"
1010

1111
env:

spec/integration/server.ru

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)