Skip to content

Commit e4df4f0

Browse files
committed
Switch to Ubuntu bionic, see: ManageIQ/manageiq#21472
1 parent 4defd4f commit e4df4f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
---
12
language: node_js
23
node_js:
3-
- "12"
4+
- '12'
45
cache:
56
yarn: true
67
directories:
78
- node_modules
89
after_script:
9-
- cat reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
10+
- cat reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
1011
notifications:
1112
webhooks:
1213
urls:
@@ -20,3 +21,4 @@ install: yarn
2021
script:
2122
- bin/setup
2223
- rake test
24+
dist: bionic

0 commit comments

Comments
 (0)