diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b65bdca --- /dev/null +++ b/.travis.yml @@ -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/* diff --git a/couchdb/templates/partials/header.html b/couchdb/templates/partials/header.html index 6de77d0..5f3fbb8 100644 --- a/couchdb/templates/partials/header.html +++ b/couchdb/templates/partials/header.html @@ -1,6 +1,7 @@ {{work_creator}} : {{work_title}} — TraduXio + {{#css}} @@ -33,4 +34,4 @@ {{/i18n}}
-
\ No newline at end of file +