Added 'gem install bundler' to .travis.yml file

This commit is contained in:
Al Snow
2018-03-29 20:39:56 -04:00
parent 100f951f34
commit 0f86d66a3e
+1
View File
@@ -3,6 +3,7 @@ rvm:
- "2.5.1" - "2.5.1"
before_install: before_install:
- "gem install bundler"
- "phantomjs --version" - "phantomjs --version"
- "export PATH=${PWD}/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:${PATH}" - "export PATH=${PWD}/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:${PATH}"
- "phantomjs --version" - "phantomjs --version"