diff --git a/.travis.yml b/.travis.yml index 3eb9c8c..6f3170c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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 diff --git a/manifest.json b/manifest.json index ba1dae7..bde592f 100644 --- a/manifest.json +++ b/manifest.json @@ -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, diff --git a/privly-applications b/privly-applications index 9ee3c5a..8667637 160000 --- a/privly-applications +++ b/privly-applications @@ -1 +1 @@ -Subproject commit 9ee3c5a7f317ca5ed67997356b2bdae0b4885041 +Subproject commit 8667637fe17ac0ce923281a07d202ecb28f7deba