Skip to content

Commit

Permalink
Still trying for Travis Jekyll Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespjh committed Jun 6, 2016
1 parent 43a922d commit 8647f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
python:
- '2.7'
rvm:
- 2.2
addons:
apt:
packages:
Expand All @@ -21,6 +19,8 @@ script:
before_install:
- openssl aes-256-cbc -K $encrypted_194007bb00f1_key -iv $encrypted_194007bb00f1_iv
-in deploy_key.enc -out deploy_key -d
- rvm get stable --auto-dotfiles
- rvm install 2.3.1
after_success:
- chmod 600 deploy_key
- mv deploy_key ~/.ssh/id_rsa
Expand Down

0 comments on commit 8647f28

Please sign in to comment.