Skip to content

Commit

Permalink
chore: fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 20, 2015
1 parent f35c467 commit 3a0718d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:
- "0.12"
- iojs
before_install:
- rvm use 2.2.2 --fuzzy
- rvm use 2.2.2 --install --fuzzy
- bundle install
before_script:
- npm install -g grunt-cli
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:
- "0.12"
- iojs
before_install:
- rvm use 2.2.2 --fuzzy
- rvm use 2.2.2 --install --fuzzy
- bundle install
before_script:
- npm install -g grunt-cli
Expand Down

0 comments on commit 3a0718d

Please sign in to comment.