Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #145 from privly/develop
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
smcgregor committed Jan 6, 2016
2 parents 0af412b + d75efd3 commit 093e79d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ before_install:
- git clone https://github.com/privly/privly-web.git # clone the webserver
language: ruby
rvm:
- 1.9.3
- 2.2.4
env:
global:
- DB=mysql
Expand All @@ -26,6 +26,8 @@ before_script:
- rake db:schema:load #Loads the Scheme
- rake db:seed #Seeds the DB
- "bundle exec rails server -p 3000 &"
- cd ../privly-applications/test/selenium/
- cd ../privly-applications/test/
- bundle install #Installs gems required for selenium testing
- cd selenium
addons:
sauce_connect: true
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Privly",
"short_name": "Privly",
"version": "0.5.0",
"version": "0.5.1",
"description": "The Official Privly extension for Google Chrome.",
"author": "The Privly Foundation",
"manifest_version": 2,
Expand Down

0 comments on commit 093e79d

Please sign in to comment.