Skip to content

Commit

Permalink
Specify versions of rails for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Tewiah committed Jul 25, 2017
1 parent 98dbbea commit 395958c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,9 @@ rvm:
branches:
only:
- master

env:
- "RAILS_VERSION=5.1.2"
- "RAILS_VERSION=5.0.4"
before_install:
- "phantomjs --version"
- "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
Expand Down

0 comments on commit 395958c

Please sign in to comment.