Skip to content

Commit

Permalink
Lint Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Apr 25, 2020
1 parent d72fdc3 commit 2638bf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
os: linux
dist: bionic
language: ruby

rvm:
Expand Down Expand Up @@ -29,7 +31,7 @@ before_install:
- curl "https://chromedriver.storage.googleapis.com/${LATEST_CHROMEDRIVER_VERSION}/chromedriver_linux64.zip" -O
- unzip chromedriver_linux64.zip -d ~/bin

matrix:
jobs:
allow_failures:
- rvm: ruby-head
fast_finish: true
Expand Down

0 comments on commit 2638bf2

Please sign in to comment.