.travis.yml in watir-performance-0.8.0 vs .travis.yml in watir-performance-0.9.0
- old
+ new
@@ -1,21 +1,19 @@
sudo: required
language: ruby
matrix:
include:
- # Testing all Available Ruby version from 2.3.8 - 2.6.0
+ # Testing all Available Ruby version from 2.3.8 - 2.6.1
- os: linux
- rvm: 2.6.0
+ rvm: 2.6.1
env:
- MOZ_HEADLESS=1
addons:
chrome: stable
firefox: latest
before_install:
- - bash ./spec/support/setup-chromedriver.sh
- - bash ./spec/support/setup-geckodriver-alt.sh
- gem update --system
- gem install bundler
- os: linux
rvm: 2.5.3
@@ -23,12 +21,10 @@
- MOZ_HEADLESS=1
addons:
chrome: stable
firefox: latest
before_install:
- - bash ./spec/support/setup-chromedriver.sh
- - bash ./spec/support/setup-geckodriver-alt.sh
- gem update --system
- gem install bundler
- os: linux
rvm: 2.4.5
@@ -36,12 +32,10 @@
- MOZ_HEADLESS=1
addons:
chrome: stable
firefox: latest
before_install:
- - bash ./spec/support/setup-chromedriver.sh
- - bash ./spec/support/setup-geckodriver-alt.sh
- gem update --system
- gem install bundler
- os: linux
rvm: 2.3.8
@@ -49,17 +43,15 @@
- MOZ_HEADLESS=1
addons:
chrome: stable
firefox: latest
before_install:
- - bash ./spec/support/setup-chromedriver.sh
- - bash ./spec/support/setup-geckodriver-alt.sh
- gem update --system
- gem install bundler
# OSX is only testing unsupported browser safari - all results should be pending
- os: osx
- rvm: 2.6.0
+ rvm: 2.6.1
before_install:
- sudo safaridriver --enable
- gem update --system
- gem install bundler
script: bundle exec rake spec SPEC=spec/watir-performance-non-supported-browser_spec.rb