Skip to content

Commit 2638bf2

Browse files
committed
Lint Travis CI configuration
1 parent d72fdc3 commit 2638bf2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
os: linux
2+
dist: bionic
13
language: ruby
24

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

32-
matrix:
34+
jobs:
3335
allow_failures:
3436
- rvm: ruby-head
3537
fast_finish: true

0 commit comments

Comments
 (0)