Skip to content

Commit

Permalink
Use Python 3.5.2 and Ruby 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Feb 1, 2017
1 parent be99352 commit 398daee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,7 @@ sudo: false
dist: trusty
language: python
python:
- "3.5"
rvm: 2.3.1
- "3.5.2"
branches:
only:
- gh-pages
Expand Down Expand Up @@ -33,6 +32,8 @@ install:
- pip install coala-bears --user
- npm install remark-cli@2
- npm install -g alex
before_script:
- rvm use 2.3.1 --install
script:
- bundle exec rake test
- coala --non-interactive Language

0 comments on commit 398daee

Please sign in to comment.