Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
services: couchdb
language: node_js
node_js: "0.12"
language: ruby
rvm: "2.1.0"
install:
- curl -X PUT -d '"false"' localhost:5984/_config/httpd/secure_rewrites
- curl -X PUT localhost:5984/traduxio
- sudo pip install couchapp
- cd ./couchdb
- couchapp push . http://localhost:5984/traduxio
- cd ..
- gem install capybara-webkit rspec
script: xvfb-run rspec spec/features/*
3 changes: 2 additions & 1 deletion couchdb/templates/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>
<head>
<title>{{work_creator}} : {{work_title}} — TraduXio</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}/shared/traduxio.css" type="text/css" />
{{#css}}
<link rel="stylesheet" href="{{prefix}}/shared/{{name}}.css" type="text/css" />
Expand Down Expand Up @@ -33,4 +34,4 @@
{{/i18n}}
<form class="concordance"></form>
</div>
<div id="main" class="group">
<div id="main" class="group">